eternal-space/objects/obj_spawner/Other_4.gml

6 lines
202 B
Plaintext
Raw Normal View History

2021-08-02 13:17:58 -04:00
/// @description Insert description here
// You can write your code in this editor
instance_create_layer(room_width, choose(irandom_range(0, room_height)), "Instances", obj_rock);
alarm[0] = 60;