diff --git a/sonic-boost.love/scenes/subgame/sonic-boost/init.lua b/sonic-boost.love/scenes/subgame/sonic-boost/init.lua index 7c10f4a..bdd905d 100644 --- a/sonic-boost.love/scenes/subgame/sonic-boost/init.lua +++ b/sonic-boost.love/scenes/subgame/sonic-boost/init.lua @@ -3,6 +3,7 @@ local BoostLevel = Scene:extend() local Controller = require "scenes.subgame.sonic-boost.controller" function BoostLevel:new() + BoostLevel.super.new(self) self.controller = Controller() print("battle started") --self.background = love.graphics.newImage("assets/background/testbackground.png")