sunflowers-in-the-rain/objects/obj_yuuka_shadow/Step_0.gml

7 lines
148 B
Plaintext
Raw Normal View History

timer--;if (timer % 5 == 0) {
instance_create_layer( x, y, "lyr_ground", obj_yuuka_shadow_afterimage );
}
if (timer <= 0) {
instance_destroy();
}