BGM playing changes and bugfixes

This commit is contained in:
Ishaan Bhardwaj
2023-07-15 02:18:43 -04:00
parent a972c31d9a
commit 7199aa7ef6
3 changed files with 10 additions and 23 deletions

View File

@@ -16,9 +16,7 @@ function CreditsScene:new()
end
function CreditsScene:update()
if love.window.hasFocus() then
self.frames = self.frames + 1
end
self.frames = self.frames + 1
if self.frames >= 2100 * self.scroll_speed then
playSE("mode_decide")
scene = TitleScene()