From ae2d000e8d46b09b71feca13e6d56ef6f8113995 Mon Sep 17 00:00:00 2001 From: sharlotte Date: Sun, 8 Aug 2021 18:05:09 +0900 Subject: [PATCH] h --- src/UnitInfo/core/HudUi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnitInfo/core/HudUi.java b/src/UnitInfo/core/HudUi.java index 9d99918..f1b02c2 100644 --- a/src/UnitInfo/core/HudUi.java +++ b/src/UnitInfo/core/HudUi.java @@ -462,7 +462,7 @@ public class HudUi { float v = entity.power.status * entity.power.graph.getLastScaledPowerIn(); super.draw(); - Lines.stroke(Scl.scl() * 2f, Pal.removeBack); + Lines.stroke(Scl.scl(modUiScale) * 2f, Pal.removeBack); Draw.alpha(1 - v/max); Lines.line(x, y - 2f + height, x + width, y - 2f); Draw.color(Pal.remove);