This commit is contained in:
kookroach
2021-04-04 19:18:41 +02:00
parent 066c47d209
commit 8008139bc8

View File

@@ -209,16 +209,15 @@ export default function clotheShopList(globalData: IGlobalData) {
cloth.push(item); cloth.push(item);
tx.push(x); tx.push(x);
} }
clotheMenus.push({
menu: clotheSubMenu,
type: type,
slotIdx: Number(key),
item: cloth,
texture: tx
});
} }
} }
clotheMenus.push({
menu: clotheSubMenu,
type: type,
slotIdx: Number(key),
item: cloth,
texture: tx
});
} }