scenes/boost: use the asset system from core
It's only temporary as the controller will be removed (it was a workaround from before the new scene system)
This commit is contained in:
parent
c7413809e9
commit
3e9ebc15cc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
local Controller = Object:extend()
|
||||
--local GUI = require "modules.gui"
|
||||
local Assets = require "modules.assets"
|
||||
local Assets = require "core.modules.assets"
|
||||
|
||||
local folder = "scenes.subgame.sonic-boost.controller"
|
||||
|
||||
|
|
Loading…
Reference in a new issue