aligned pixel arrows

This commit is contained in:
Cameron Taylor
2021-02-01 05:52:10 -05:00
parent b6091a43a7
commit b70ecbbe76
6 changed files with 19 additions and 5 deletions

View File

@ -149,11 +149,9 @@ class PlayState extends MusicBeatState
"Only then I will even CONSIDER letting you\ndate my daughter!"
];
case 'senpai':
dialogue = [
':dad:Ah, a new fair maiden has come in search of true love!',
":dad:A serenade between gentlemen shall decide where her beautiful heart shall reside.",
":bf:Beep bo bop"
];
dialogue = CoolUtil.coolTextFile('assets/data/senpai/senpaiDialogue.txt');
case 'roses':
dialogue = CoolUtil.coolTextFile('assets/data/roses/rosesDialogue.txt');
}
if (SONG.song.toLowerCase() == 'spookeez' || SONG.song.toLowerCase() == 'monster' || SONG.song.toLowerCase() == 'south')
@ -638,6 +636,8 @@ class PlayState extends MusicBeatState
{
case 'senpai':
schoolIntro(doof);
case 'roses':
schoolIntro(doof);
default:
startCountdown();
}