Fixed BGM not resetting after a replay

pull/54/head
Ishaan Bhardwaj 2021-12-08 21:56:31 -05:00
parent d7f4aa2007
commit b9ae08051a
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ function ReplaySelectScene:new()
end
function ReplaySelectScene:update()
switchBGM(nil) -- experimental
if self.das_up or self.das_down or self.das_left or self.das_right then
self.das = self.das + 1
else