-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
bounty 💰🙇♀️Careful thinking/design or refactoring neededNeeds a bit of studying to come with an elegant solutionNeeds a bit of studying to come with an elegant solution
Description
Description
UI settings are stored currently with the rest of the project. This is bad for 2 reasons:
- It gets exported and adds unecessary size to the game
- It generates many conflicts when using git for collaborations.
Solution suggested
The user specific data (like UI settungs) should be stored in a special store that can be saved in a separate file (so that we can gitignore it) and won't get exported.
PawBud, Oxey405, Ahnaf30e and TheGiraffe3
Metadata
Metadata
Assignees
Labels
bounty 💰🙇♀️Careful thinking/design or refactoring neededNeeds a bit of studying to come with an elegant solutionNeeds a bit of studying to come with an elegant solution