Pitching BGM added and implemented in replays

This commit is contained in:
Ishaan Bhardwaj
2023-07-30 04:53:23 -04:00
parent cd90405865
commit a79552a6f3
5 changed files with 15 additions and 2 deletions

View File

@@ -400,6 +400,7 @@ end
function GameMode:onGameOver()
switchBGM(nil)
pitchBGM(1)
local alpha = 0
local animation_length = 120
if self.game_over_frames < animation_length then