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

5 lines
191 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
instance_create_layer(room_width, irandom_range(0+1, room_height-1), "Instances", obj_rock);
alarm[0] = 20;