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

5 lines
56 B
Plaintext

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