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

5 lines
50 B
Plaintext

timer--;
if (timer <= 0) {
instance_destroy();
}