ludum-dare-42/ld42/objects/obj_enemy_base/Collision_obj_spray.gml

6 lines
55 B
Plaintext

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