diff --git a/scripts/result.lua b/scripts/result.lua index 9fabd59..8ec79d5 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -278,8 +278,8 @@ local drawRightPanelContent = function() -- Draw gauge % gfx.FontSize(24) - gfx.Text(math.floor(result.gauge * 100) .. '%', rightPanelX + 984, - rightPanelY + 295); + gfx.Text(math.floor(result.gauge * 100) .. '%', rightPanelX + 987, + rightPanelY + 294); -- Draw gauge fill local gaugeFillImage = gaugeEffPassFillImage;