Small credits update

This commit is contained in:
Ishaan Bhardwaj 2020-12-20 10:35:05 -05:00
parent 50ff4adf27
commit 5f3990ff58

View File

@ -8,7 +8,7 @@ end
function CreditsScene:update()
self.frames = self.frames + 1
if self.frames >= 2500 then
if self.frames >= 2200 then
playSE("mode_decide")
scene = TitleScene()
end