This commit is contained in:
KadeDeveloper
2021-07-21 16:00:12 -07:00
parent 34794026a9
commit b997f86601
3 changed files with 12 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ class GameOverSubstate extends MusicBeatSubstate
{
if (!isEnding)
{
PlayState.startTime = 0;
isEnding = true;
bf.playAnim('deathConfirm', true);
FlxG.sound.music.stop();