Skip to content

Commit

Permalink
feat: new models
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man1337 committed Nov 3, 2024
1 parent 1e94beb commit 71d3639
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified client/public/models/buildings/barracks.glb
Binary file not shown.
Binary file modified client/public/models/buildings/fishery.glb
Binary file not shown.
Binary file modified client/public/models/buildings/forge.glb
Binary file not shown.
Binary file modified client/public/models/buildings/lumber_mill.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion client/src/three/scenes/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const buildingModelPaths: Record<BuildingType | ResourceMiningTypes | Rea
// placeholder for now
[BuildingType.None]: "/models/buildings/farm.glb",
[BuildingType.Bank]: "/models/buildings/market.glb",
[BuildingType.ArcheryRange]: "/models/buildings/archer_range.glb",
[BuildingType.ArcheryRange]: "/models/buildings/archerrange.glb",
[BuildingType.Barracks]: "/models/buildings/barracks.glb",
[BuildingType.Castle]: "/models/buildings/castle1.glb",
[BuildingType.Farm]: "/models/buildings/farm.glb",
Expand Down

0 comments on commit 71d3639

Please sign in to comment.