From c56160feeda2bb8f75f2ae6c748ced39532eb026 Mon Sep 17 00:00:00 2001 From: sharlotte Date: Sun, 8 Aug 2021 16:15:13 +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 8001b76..067034d 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(2f, Pal.removeBack); + Lines.stroke(Scl.scl() * 2f, Pal.removeBack); Draw.alpha(1 - v/max); Lines.line(x, y - 2f + height, x + width, y - 2f); Draw.color(Pal.remove);