eternal-space/objects/obj_rock/Create_0.gml
2021-08-01 20:37:02 -04:00

6 lines
168 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
direction = irandom_range(160, 200);
image_angle = irandom_range(0, 359);
speed = 5;