eternal-space/objects/obj_dust/Create_0.gml

4 lines
127 B
Plaintext
Raw Normal View History

2021-08-01 20:37:02 -04:00
/// @description Insert description here
// You can write your code in this editor
direction = irandom_range(0,359);
speed = 1;