From f613cd4e2a3beb7657bc1243e538b27152fcdc61 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 4 Feb 2019 08:40:06 +0100 Subject: [PATCH] scenes/boost: register correctly the scene --- sonic-boost.love/scenes/subgame/sonic-boost/init.lua | 1 + 1 file changed, 1 insertion(+) 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")