Fixed item display being too close to top left of screen
This commit is contained in:
@@ -26,7 +26,7 @@ public class ItemsDisplay extends Table{
|
|||||||
margin(0);
|
margin(0);
|
||||||
|
|
||||||
table("flat", t -> {
|
table("flat", t -> {
|
||||||
t.margin(2);
|
t.margin(10).marginLeft(15).marginTop(15f);
|
||||||
ObjectIntMap<Item> items = data.items();
|
ObjectIntMap<Item> items = data.items();
|
||||||
for(Item item : content.items()){
|
for(Item item : content.items()){
|
||||||
if(item.type == ItemType.material && data.isUnlocked(item)){
|
if(item.type == ItemType.material && data.isUnlocked(item)){
|
||||||
|
|||||||
Reference in New Issue
Block a user