sunflowers-in-the-rain/objects/obj_enemy_parent/Collision_obj_marisa_shot.gml

12 lines
91 B
Plaintext

with (other) {
instance_destroy();
}
hp -= 1;
if (hp <= 0) {
instance_destroy();
}