scenes/boost: use the new location of the hud ring sprite

This commit is contained in:
Kazhnuz 2019-02-04 08:05:04 +01:00
parent 4498c6991c
commit 8fde4545fa

View file

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