sunflowers-in-the-rain/timelines/tml_spawnzone_B/moment_3.gml

3 lines
132 B
Plaintext
Raw Permalink Normal View History

global.combat_mode = true;
instance_activate_object(obj_gate);
2022-06-30 22:16:34 -07:00
instance_create_layer( 2400, 2400, "lyr_ground", obj_enemy_shooter );