Clothe Shop
This commit is contained in:
@@ -389,7 +389,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
|
|
||||||
for (const item of categorysMenus) {
|
for (const item of categorysMenus) {
|
||||||
// Preview hovering item
|
// Preview hovering item
|
||||||
item.menu.IndexChange.on(submenuItemChangeHandler);
|
//item.menu.IndexChange.on(submenuItemChangeHandler);
|
||||||
|
|
||||||
// Reset preview when player backs out of category menu
|
// Reset preview when player backs out of category menu
|
||||||
item.menu.MenuClose.on(() => {
|
item.menu.MenuClose.on(() => {
|
||||||
@@ -449,7 +449,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
nextMenu.menu.Visible = true;
|
nextMenu.menu.Visible = true;
|
||||||
menuTransition = true;
|
menuTransition = true;
|
||||||
|
|
||||||
submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
//submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
||||||
});
|
});
|
||||||
|
|
||||||
categoryMenu.MenuClose.on(() => {
|
categoryMenu.MenuClose.on(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user