scenes/boost: register the scene as the currentScene

This commit is contained in:
Kazhnuz 2019-02-04 08:43:48 +01:00
parent bc6b822a7e
commit b50ce4ad20

View file

@ -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)