From 3e9ebc15cc3ec6d31bcce3dfe5ef7d3d9197d00d Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 3 Feb 2019 20:18:47 +0100 Subject: [PATCH] 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) --- sonic-boost.love/scenes/subgame/sonic-boost/controller/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-boost.love/scenes/subgame/sonic-boost/controller/init.lua b/sonic-boost.love/scenes/subgame/sonic-boost/controller/init.lua index 49b7072..36a5e75 100644 --- a/sonic-boost.love/scenes/subgame/sonic-boost/controller/init.lua +++ b/sonic-boost.love/scenes/subgame/sonic-boost/controller/init.lua @@ -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"