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

16 lines
187 B
Plaintext

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" );