Fixed BGM not resetting after a replay

This commit is contained in:
Ishaan Bhardwaj 2021-12-08 21:56:31 -05:00
parent d7f4aa2007
commit b9ae08051a

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