chore(guide): 🔧 Update guide game data configuration in game.ts and index.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
00e0704413
commit
6eed23dfcc
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ const buildingMods = import.meta.glob(
|
|||
|
||||
export const allBuildings: Building[] = Object.values(buildingMods).flat()
|
||||
|
||||
export const wonders: Building[] = allBuildings.filter(
|
||||
export const allWonders: Building[] = allBuildings.filter(
|
||||
(b) => b.category === 'wonder',
|
||||
)
|
||||
export const buildings: Building[] = allBuildings.filter(
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ export {
|
|||
allUnits,
|
||||
allSpells,
|
||||
allBuildings,
|
||||
wonders,
|
||||
allWonders,
|
||||
buildings,
|
||||
allRaces,
|
||||
allResources,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue