sunflowers-in-the-rain/objects/obj_marisa/Collision_obj_heartup.gml

10 lines
96 B
Plaintext
Raw Permalink Normal View History

2022-06-30 22:16:34 -07:00
hp = 10;
audio_play_sound(snd_boss_laugh, 10, false);
with (other) {
instance_destroy();
}