Unlock and fix BGM, add pause button

This commit is contained in:
Ishaan Bhardwaj
2020-12-20 15:08:53 -05:00
parent 511e9592bc
commit f4675da0b0
4 changed files with 14 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ function ModeSelectScene:new()
end
function ModeSelectScene:update()
switchBGM(nil) -- experimental
end
function ModeSelectScene:render()