thsj2022/objects/obj_player_cirno/Collision_obj_heartup.gml

10 lines
96 B
Plaintext
Raw Normal View History

2022-08-22 23:53:47 -07:00
hp = 10;
audio_play_sound(snd_boss_laugh, 10, false);
with (other) {
instance_destroy();
}