-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update production #2670
Closed
Closed
feat: update production #2670
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2d79d4b
new production
credence0x 53b14e5
new production
credence0x 3b4e979
new production
credence0x bd0030f
new production
credence0x ffd8e78
new production
credence0x efce241
new production
credence0x ce6579e
fix pr comments
credence0x c7cfb90
fix pr comments
credence0x a230fe0
fix pr comments
credence0x fe5d608
fix pr comments
credence0x c3520a3
Merge branch 'next' of https://github.com/BibliothecaDAO/eternum into…
credence0x c4fe7f6
fix: production output amount
credence0x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ enum BuildingFilenames { | |
Stable = "stable.glb", | ||
Storehouse = "storehouse.glb", | ||
TradingPost = "market.glb", | ||
Walls = "market.glb", | ||
Labor = "market.glb", | ||
WatchTower = "market.glb", | ||
WorkersHut = "workers_hut.glb", | ||
Forge = "forge.glb", | ||
|
@@ -126,7 +126,7 @@ export const buildingModelPaths = { | |
[BuildingType.Stable]: BUILDINGS_MODELS_PATH + BuildingFilenames.Stable, | ||
[BuildingType.Storehouse]: BUILDINGS_MODELS_PATH + BuildingFilenames.Storehouse, | ||
[BuildingType.TradingPost]: BUILDINGS_MODELS_PATH + BuildingFilenames.TradingPost, | ||
[BuildingType.Walls]: BUILDINGS_MODELS_PATH + BuildingFilenames.Walls, | ||
[BuildingType.Labor]: BUILDINGS_MODELS_PATH + BuildingFilenames.Labor, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above |
||
[BuildingType.WatchTower]: BUILDINGS_MODELS_PATH + BuildingFilenames.WatchTower, | ||
[BuildingType.WorkersHut]: BUILDINGS_MODELS_PATH + BuildingFilenames.WorkersHut, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed ? Labor should be the castle