thsj2022/objects/obj_player_cirno/Collision_obj_heartup.gml

10 lines
96 B
Plaintext

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