mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Fixed item display being too close to top left of screen
This commit is contained in:
parent
5e2a455045
commit
86aeabc911
@ -26,7 +26,7 @@ public class ItemsDisplay extends Table{
|
||||
margin(0);
|
||||
|
||||
table("flat", t -> {
|
||||
t.margin(2);
|
||||
t.margin(10).marginLeft(15).marginTop(15f);
|
||||
ObjectIntMap<Item> items = data.items();
|
||||
for(Item item : content.items()){
|
||||
if(item.type == ItemType.material && data.isUnlocked(item)){
|
||||
|
Loading…
Reference in New Issue
Block a user