sunflowers-in-the-rain/timelines/tml_cutscene_boss/moment_300.gml

17 lines
207 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
with (yuuka) {
sprite_index = spr_boss_yuuka;
cutscene_anim = false;
}
global.combat_mode = true;
instance_activate_object(obj_gate);
audio_play_sound(inaudibledream, 0, true);
instance_destroy();