Colored Font that fixes the colored issue #42378
Merged
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.
Summary
SUMMARY: None
Purpose of change
I added it soo that a non windows player can see a range of colors instead of all white.
Describe the solution
what it does is it just colors the terrain buildings etc that are previously all white except roads forest trails and few things i achieved this by painting the png's "glyphs" and "letters".
Describe alternatives you've considered
I tried editing symbols of the mod also tried changing the colors in the color manager and in the json but it failed to fix the issue.
Testing
i repeatedly open and close the game to see if it stable and soo far no crashes but since it's just a colored font there are no color variety in buildings terrain but since the alternative is just all white i think this solution is good.
Additional context