This commit is contained in:
sharlotte
2021-08-08 16:15:13 +09:00
parent 2e3306bf20
commit c56160feed

View File

@@ -462,7 +462,7 @@ public class HudUi {
float v = entity.power.status * entity.power.graph.getLastScaledPowerIn(); float v = entity.power.status * entity.power.graph.getLastScaledPowerIn();
super.draw(); super.draw();
Lines.stroke(2f, Pal.removeBack); Lines.stroke(Scl.scl() * 2f, Pal.removeBack);
Draw.alpha(1 - v/max); Draw.alpha(1 - v/max);
Lines.line(x, y - 2f + height, x + width, y - 2f); Lines.line(x, y - 2f + height, x + width, y - 2f);
Draw.color(Pal.remove); Draw.color(Pal.remove);