* recolor the excessive gauge fill for results to be more close to AC

This commit is contained in:
FajsiEx 2021-08-28 17:22:16 +02:00
parent 1ff6f92d84
commit 9fce65424a
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ local gaugeEffPassFillImage = gfx.CreateSkinImage(
"gameplay/gauges/effective/gauge_fill_pass.png",
0)
local gaugeExcFillImage = gfx.CreateSkinImage(
"gameplay/gauges/excessive/gauge_fill.png", 0)
"gameplay/gauges/excessive/gauge_result_fill.png", 0)
local gaugePermFillImage = gfx.CreateSkinImage(
"gameplay/gauges/permissive/gauge_fill.png", 0)
local gaugeBlastiveFillImage = gfx.CreateSkinImage(

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB