diff --git a/modules/NobleScene.lua b/modules/NobleScene.lua index 18ded0d..d5480ee 100644 --- a/modules/NobleScene.lua +++ b/modules/NobleScene.lua @@ -138,6 +138,7 @@ function NobleScene:enter() end -- function NobleScene:start() Noble.Input.setHandler(self.inputHandler) + Graphics.sprite.redrawBackground() end --- Implement to run scene-specific code on every frame while this scene is active. @@ -239,4 +240,4 @@ function NobleScene:pause() end -- YourSceneName.super.resume(self) -- --[Your code here]-- -- end -function NobleScene:resume() end \ No newline at end of file +function NobleScene:resume() end