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:
Kazhnuz 2019-02-03 20:18:47 +01:00
parent c7413809e9
commit 3e9ebc15cc

View file

@ -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"