mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-12-22 12:49:01 -06:00
Fixed BGM not resetting after a replay
This commit is contained in:
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
Block a user