scenes/battlesystem: correctly register the scene
This commit is contained in:
parent
1751b5e886
commit
f43f4e81b5
1 changed files with 3 additions and 0 deletions
|
@ -10,7 +10,10 @@ local MenuSystem = require "scenes.battlesystem.controller.menu"
|
|||
|
||||
|
||||
function BattleSystem:new()
|
||||
BattleSystem.super.new(self)
|
||||
self:initManagers()
|
||||
|
||||
self:register()
|
||||
end
|
||||
|
||||
function BattleSystem:initManagers()
|
||||
|
|
Loading…
Reference in a new issue