* adjust gauge % pos on result
This commit is contained in:
parent
2c3be8e60b
commit
4b903164f4
|
@ -278,8 +278,8 @@ local drawRightPanelContent = function()
|
||||||
|
|
||||||
-- Draw gauge %
|
-- Draw gauge %
|
||||||
gfx.FontSize(24)
|
gfx.FontSize(24)
|
||||||
gfx.Text(math.floor(result.gauge * 100) .. '%', rightPanelX + 984,
|
gfx.Text(math.floor(result.gauge * 100) .. '%', rightPanelX + 987,
|
||||||
rightPanelY + 295);
|
rightPanelY + 294);
|
||||||
|
|
||||||
-- Draw gauge fill
|
-- Draw gauge fill
|
||||||
local gaugeFillImage = gaugeEffPassFillImage;
|
local gaugeFillImage = gaugeEffPassFillImage;
|
||||||
|
|
Loading…
Reference in New Issue