Added padding to menu
This commit is contained in:
parent
7e6810e10f
commit
fb9720c926
@ -69,7 +69,7 @@ public class Menu extends ShopPageBase<CosmeticManager, CosmeticShop>
|
|||||||
addItem(4, shards);
|
addItem(4, shards);
|
||||||
|
|
||||||
// Cosmetic Items
|
// Cosmetic Items
|
||||||
int[] slots = UtilUI.getIndicesFor(15, 2);
|
int[] slots = UtilUI.getIndicesFor(15, 2, 5, 1);
|
||||||
/*int particleSlot = 9;//slots[0];
|
/*int particleSlot = 9;//slots[0];
|
||||||
int arrowSlot = 11;//slots[1];
|
int arrowSlot = 11;//slots[1];
|
||||||
int jumpSlot = 13;//slots[2];
|
int jumpSlot = 13;//slots[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user