sunflowers-in-the-rain/objects/obj_boss_yuuka/Destroy_0.gml

4 lines
108 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
with (obj_master_spark) {
instance_destroy();
}
instance_create_layer(x,y,"lyr_ground", obj_cutscene_final)