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

5 lines
50 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
timer--;
if (timer <= 0) {
instance_destroy();
}