Crowfunder / Crowfunder/Cogmaster
Parse colorizations into colors
Open
BackEnd
enhancement
- Dominant language
- Java
- Stars
- 4
- Forks
- 0
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
Configs save colors that are used by the game in colordefs.dat
We want to parse the configs into either model viewer readable format (i.e color scheme and slot, i.e "gry") or into actual rgba colors that can be applied in graphical editors.
The (decompiled) colordefs.xml should be handled by a separate component that exposes methods that take input and return color in either rgba or spiralview readable string formats.
Should include tests for the said component.
Later on, should somehow be able to be exposed to front-end. (?tbd)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.