From db9db558a084a81dc2c19ea6cdd17055e94429e3 Mon Sep 17 00:00:00 2001 From: Shaun Bennett Date: Mon, 14 Dec 2015 02:56:07 -0500 Subject: [PATCH] Update GUI slots --- .../mineplex/core/cosmetic/ui/page/Menu.java | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java b/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java index cfbfd261b..ea8a38a5c 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java @@ -68,19 +68,19 @@ public class Menu extends ShopPageBase addItem(4, shards); // Cosmetic Items - int[] slots = UtilUI.getIndicesFor(12, 2); - int particleSlot = slots[0]; - int arrowSlot = slots[1]; - int jumpSlot = slots[2]; - int deathSlot = slots[3]; - int gadgetSlot = slots[4]; - int morphSlot = slots[5]; - int mountSlot = slots[6]; - int petSlot = slots[7]; - int hatSlot = slots[8]; - int costumeSlot = slots[9]; - int musicSlot = slots[10]; - int tauntSlot = slots[11]; +// int[] slots = UtilUI.getIndicesFor(12, 2); + int particleSlot = 10;//slots[0]; + int arrowSlot = 12;//slots[1]; + int jumpSlot = 14;//slots[2]; + int deathSlot = 16;//slots[3]; + int gadgetSlot = 28;//slots[4]; + int morphSlot = 30;//slots[5]; + int mountSlot = 32;//slots[6]; + int petSlot = 34;//slots[7]; + int hatSlot = 46;//slots[8]; + int costumeSlot = 48;//slots[9]; + int musicSlot = 50;//slots[10]; + int tauntSlot = 52;//slots[11]; EnumMap ownedCount = new EnumMap(GadgetType.class); EnumMap maxCount = new EnumMap(GadgetType.class);