mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
girlfriend finally cheers
This commit is contained in:
parent
b1b3df25b5
commit
c90b35011f
1 changed files with 5 additions and 4 deletions
|
@ -2300,11 +2300,12 @@ class PlayState extends MusicBeatState
|
|||
if (curBeat % 8 == 7 && curSong == 'Bopeebo')
|
||||
{
|
||||
boyfriend.playAnim('hey', true);
|
||||
}
|
||||
|
||||
if (SONG.song == 'Tutorial' && dad.curCharacter == 'gf')
|
||||
{
|
||||
dad.playAnim('cheer', true);
|
||||
}
|
||||
if (curBeat % 16 == 15 && SONG.song == 'Tutorial' && dad.curCharacter == 'gf' && curBeat > 16 && curBeat < 48)
|
||||
{
|
||||
boyfriend.playAnim('hey', true);
|
||||
dad.playAnim('cheer', true);
|
||||
}
|
||||
|
||||
switch (curStage)
|
||||
|
|
Loading…
Add table
Reference in a new issue