This commit is contained in:
sharlotte
2021-08-08 18:05:09 +09:00
parent d71a04880f
commit ae2d000e8d

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(Scl.scl() * 2f, Pal.removeBack); Lines.stroke(Scl.scl(modUiScale) * 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);