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

16 lines
187 B
Plaintext
Raw Permalink Normal View History

2022-06-30 22:16:34 -07:00
with (lockcam) {
yuuka = other.yuuka;
x = yuuka.x;
y = yuuka.y;
}
if (audio_is_playing(areatheme)) {
audio_stop_sound(areatheme);
}
scr_dialogue_start( "cutscene_boss_2.txt" );