scenes/boost: register correctly the scene
This commit is contained in:
parent
fc1d877ef6
commit
f613cd4e2a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ local BoostLevel = Scene:extend()
|
||||||
local Controller = require "scenes.subgame.sonic-boost.controller"
|
local Controller = require "scenes.subgame.sonic-boost.controller"
|
||||||
|
|
||||||
function BoostLevel:new()
|
function BoostLevel:new()
|
||||||
|
BoostLevel.super.new(self)
|
||||||
self.controller = Controller()
|
self.controller = Controller()
|
||||||
print("battle started")
|
print("battle started")
|
||||||
--self.background = love.graphics.newImage("assets/background/testbackground.png")
|
--self.background = love.graphics.newImage("assets/background/testbackground.png")
|
||||||
|
|
Loading…
Reference in a new issue