diff --git a/sonic-boost.love/scenes/subgame/sonic-boost/init.lua b/sonic-boost.love/scenes/subgame/sonic-boost/init.lua index a712a18..075384d 100644 --- a/sonic-boost.love/scenes/subgame/sonic-boost/init.lua +++ b/sonic-boost.love/scenes/subgame/sonic-boost/init.lua @@ -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)