forked from khanshoaib3/stardew-access
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor event tile logic and consolidate tile data
- **Unify tile data loading**: - Refactored event tile logic to load from the unified `tiles.json`, aligning it with how other static tiles are managed. - **Remove obsolete configuration**: - Deleted `event-tiles.json` and removed related code from `DynamicTiles.cs`, eliminating redundancy and simplifying the codebase. - **Integrate event-specific data**: - Moved event tile data into `tiles.json` under respective festival names, ensuring all tile definitions are centralized. - Relocated festival Fluent tokens to `static_tiles.en.ftl` to streamline localization processes. - **Update naming references**: - Modified references from location names to event names where appropriate, enhancing clarity and consistency in tile identification. Partially addresses khanshoaib3#420, khanshoaib3#407, khanshoaib3#311, and khanshoaib3#225
- Loading branch information
1 parent
5e85e98
commit 8c1b4e2
Showing
10 changed files
with
554 additions
and
152 deletions.
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.