Added padding to menu

This commit is contained in:
LCastr0 2016-12-25 16:21:46 -02:00
parent 7e6810e10f
commit fb9720c926
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class Menu extends ShopPageBase<CosmeticManager, CosmeticShop>
addItem(4, shards);
// Cosmetic Items
int[] slots = UtilUI.getIndicesFor(15, 2);
int[] slots = UtilUI.getIndicesFor(15, 2, 5, 1);
/*int particleSlot = 9;//slots[0];
int arrowSlot = 11;//slots[1];
int jumpSlot = 13;//slots[2];