mirror of
https://github.com/SashLilac/cambridge.git
synced 2025-04-18 21:12:56 -05: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
|
end
|
||||||
|
|
||||||
function ReplaySelectScene:update()
|
function ReplaySelectScene:update()
|
||||||
|
switchBGM(nil) -- experimental
|
||||||
|
|
||||||
if self.das_up or self.das_down or self.das_left or self.das_right then
|
if self.das_up or self.das_down or self.das_left or self.das_right then
|
||||||
self.das = self.das + 1
|
self.das = self.das + 1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user