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

10 lines
96 B
Plaintext

hp = 10;
audio_play_sound(snd_boss_laugh, 10, false);
with (other) {
instance_destroy();
}