From 8fde4545fa8ff46a5a6267220f15c929576e6250 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 4 Feb 2019 08:05:04 +0100 Subject: [PATCH] scenes/boost: use the new location of the hud ring sprite --- sonic-boost.love/scenes/subgame/sonic-boost/controller/hud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-boost.love/scenes/subgame/sonic-boost/controller/hud.lua b/sonic-boost.love/scenes/subgame/sonic-boost/controller/hud.lua index 3792f86..ccbaeb6 100644 --- a/sonic-boost.love/scenes/subgame/sonic-boost/controller/hud.lua +++ b/sonic-boost.love/scenes/subgame/sonic-boost/controller/hud.lua @@ -20,7 +20,7 @@ function BattleHUD:loadAssets() self.hud1 = gui.newBorder(424, 20, 8) self.hud2 = gui.newBorder(424, 40, 8) - self.ring = love.graphics.newImage("assets/gui/ring.png") + self.ring = love.graphics.newImage("assets/gui/hud/ring.png")