Clothe Shop

This commit is contained in:
kookroach
2021-04-04 18:58:28 +02:00
parent a2cb8d5157
commit c0682cc006

View File

@@ -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(() => {