mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-25 16:24:40 +00:00
Merge pull request #500 from ActualMandM/she_cheers
girlfriend cheering in tutorial
This commit is contained in:
commit
006dc200f6
|
@ -2406,11 +2406,12 @@ class PlayState extends MusicBeatState
|
||||||
if (curBeat % 8 == 7 && curSong == 'Bopeebo')
|
if (curBeat % 8 == 7 && curSong == 'Bopeebo')
|
||||||
{
|
{
|
||||||
boyfriend.playAnim('hey', true);
|
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)
|
switch (curStage)
|
||||||
|
|
Loading…
Reference in a new issue