mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
Minor fix
This commit is contained in:
parent
65e7891991
commit
0c540f9527
@ -150,7 +150,7 @@ public class StatValues{
|
|||||||
t.add(Strings.autoFixed(amount, 2)).style(Styles.outlineLabel);
|
t.add(Strings.autoFixed(amount, 2)).style(Styles.outlineLabel);
|
||||||
add(t);
|
add(t);
|
||||||
}
|
}
|
||||||
}}).size(iconMed).padRight(3 + (amount != 0 && Strings.autoFixed(amount, 2).length() > 2 ? 8 : 0));
|
}}).size(iconMed).padRight(3 + (amount != 0 && Strings.autoFixed(amount, 2).length() > 2 ? 8 : 0)).with(s -> withTooltip(s, liquid, false));
|
||||||
|
|
||||||
if(perSecond){
|
if(perSecond){
|
||||||
t.add(StatUnit.perSecond.localized()).padLeft(2).padRight(5).color(Color.lightGray).style(Styles.outlineLabel);
|
t.add(StatUnit.perSecond.localized()).padLeft(2).padRight(5).color(Color.lightGray).style(Styles.outlineLabel);
|
||||||
|
Loading…
Reference in New Issue
Block a user