mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
Fix week 7 death animations.
This commit is contained in:
parent
4dec9827f2
commit
5ac4b14891
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ class GameOverSubState extends MusicBeatSubState
|
|||
playJeffQuote();
|
||||
// Start music at lower volume
|
||||
startDeathMusic(0.2, false);
|
||||
boyfriend.playAnimation('deathLoop' + animationSuffix);
|
||||
}
|
||||
default:
|
||||
// Start music at normal volume once the initial death animation finishes.
|
||||
|
|
Loading…
Reference in a new issue