Fixed BGM not resetting after a replay
parent
d7f4aa2007
commit
b9ae08051a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue