mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-29 08:51:12 -07:00
Fixed item display being too close to top left of screen
This commit is contained in:
parent
5e2a455045
commit
86aeabc911
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue