mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-22 18:09:33 +00:00
Fix week 7 death animations.
This commit is contained in:
parent
4dec9827f2
commit
5ac4b14891
|
@ -220,6 +220,7 @@ class GameOverSubState extends MusicBeatSubState
|
||||||
playJeffQuote();
|
playJeffQuote();
|
||||||
// Start music at lower volume
|
// Start music at lower volume
|
||||||
startDeathMusic(0.2, false);
|
startDeathMusic(0.2, false);
|
||||||
|
boyfriend.playAnimation('deathLoop' + animationSuffix);
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
// Start music at normal volume once the initial death animation finishes.
|
// Start music at normal volume once the initial death animation finishes.
|
||||||
|
|
Loading…
Reference in a new issue