diff --git a/scripts/gameplay.lua b/scripts/gameplay.lua index 9dee70e..cb1389f 100644 --- a/scripts/gameplay.lua +++ b/scripts/gameplay.lua @@ -694,7 +694,7 @@ function draw_score(deltaTime) end -- -------------------------------------------------------------------------- -- -- draw_gauge: -- -local gaugeNumBack = gfx.CreateSkinImage("gauge_num_back.png", 0) +local gaugeMarkerBgImage = gfx.CreateSkinImage("gameplay/gauges/marker_bg.png", 0) local gaugeWarnTransitionScale = 0; diff --git a/textures/gameplay/gauges/Gauge Marker.png b/textures/gameplay/gauges/marker_bg.png similarity index 100% rename from textures/gameplay/gauges/Gauge Marker.png rename to textures/gameplay/gauges/marker_bg.png