I'm making a skin that has a main coloring system of black-purple-green and I wanted to make the menu-button-background a certain color, but the game overrides any color other than black.
I think there should be an option to either remove coloring or override the normal colors with custom colors to fit the skin's coloring system.
These options should be able to be entered into the skin.ini file. It should be something like this:
[Colors]
MenuButtonBackground: 0 (for default colors)
MenuButtonBackground: 1 (for disable colors)
MenuButtonBackground: 2 (for custom colors)
MenuButtonBackgroundColor1: 0,0,0 (RGB scale)
MenuButtonBackgroundColor2: 0,0,0
MenuButtonBackgroundColor3: 0,0,0
MenuButtonBackgroundColor4: 0,0,0
MenuButtonBackgroundColor5: 0,0,0
MenuButtonBackgroundColor6: 0,0,0
MenuButtonBackgroundColor7: 0,0,0
If you type in 0 or 1 for MenuButtonBackground then it will automatically ignore what is entered into MenuButtonBackgroundColor.
There need to be 7 of the MenuButtonBackgroundColor because there are 7 different default colors. White, light green, light blue, dark blue, orange, pink, and red.
I think there should be an option to either remove coloring or override the normal colors with custom colors to fit the skin's coloring system.
These options should be able to be entered into the skin.ini file. It should be something like this:
[Colors]
MenuButtonBackground: 0 (for default colors)
MenuButtonBackground: 1 (for disable colors)
MenuButtonBackground: 2 (for custom colors)
MenuButtonBackgroundColor1: 0,0,0 (RGB scale)
MenuButtonBackgroundColor2: 0,0,0
MenuButtonBackgroundColor3: 0,0,0
MenuButtonBackgroundColor4: 0,0,0
MenuButtonBackgroundColor5: 0,0,0
MenuButtonBackgroundColor6: 0,0,0
MenuButtonBackgroundColor7: 0,0,0
If you type in 0 or 1 for MenuButtonBackground then it will automatically ignore what is entered into MenuButtonBackgroundColor.
There need to be 7 of the MenuButtonBackgroundColor because there are 7 different default colors. White, light green, light blue, dark blue, orange, pink, and red.