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

6 lines
55 B
Plaintext
Raw Normal View History

2021-06-16 23:13:19 -07:00
hp -= 1;
with (other) {
instance_destroy();
}