scenes/boost: another location renaming
This commit is contained in:
parent
bcdd88b24b
commit
cab44798b8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local CharManager = Object:extend()
|
||||||
local Dummy = Object:extend()
|
local Dummy = Object:extend()
|
||||||
local Player = Dummy:extend()
|
local Player = Dummy:extend()
|
||||||
local Rival = Dummy:extend()
|
local Rival = Dummy:extend()
|
||||||
local actor = require "scenes.levels.actors"
|
local actor = require "scenes.subgame.sonic-boost.actors"
|
||||||
|
|
||||||
|
|
||||||
function CharManager:new(controller)
|
function CharManager:new(controller)
|
||||||
|
|
Loading…
Reference in a new issue