Visual tweaks

This commit is contained in:
Anuken
2020-01-14 17:07:39 -05:00
parent 373b842c3d
commit eaa86023f9
14 changed files with 543 additions and 539 deletions

View File

@@ -27,7 +27,7 @@ public class ItemImage extends Stack{
if(stack.amount != 0){
Table t = new Table().left().bottom();
t.add(stack.amount + "").name("item-label");
t.add(stack.amount + "").name("item-label").style(Styles.outlineLabel);
add(t);
}
}