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

5 lines
56 B
Plaintext
Raw Normal View History

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