From fec0d1d8a134869166d1e2a9f6547aa30d71bc70 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Tue, 10 Aug 2021 16:47:12 +0200 Subject: [PATCH] * begin making gauge marker --- scripts/gameplay.lua | 2 +- .../gauges/{Gauge Marker.png => marker_bg.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename textures/gameplay/gauges/{Gauge Marker.png => marker_bg.png} (100%) 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