scenes/boost: style fix
This commit is contained in:
parent
f613cd4e2a
commit
bc6b822a7e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
local Scene = require "core.modules.scenes"
|
local Scene = require "core.modules.scenes"
|
||||||
local BoostLevel = Scene:extend()
|
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)
|
BoostLevel.super.new(self)
|
||||||
|
|
Loading…
Reference in a new issue