scenes/boost: register the scene as the currentScene
This commit is contained in:
parent
bc6b822a7e
commit
b50ce4ad20
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ function BoostLevel:new()
|
|||
self.controller = Controller()
|
||||
print("battle started")
|
||||
--self.background = love.graphics.newImage("assets/background/testbackground.png")
|
||||
|
||||
self:register()
|
||||
end
|
||||
|
||||
function BoostLevel:update(dt)
|
||||
|
|
Loading…
Reference in a new issue