Hi!
I want to add a few colors for my mod, but something isn't right.
I found the rgb and hsv values for those colors and added them in both files (00_colors in common/colors folder - for example
and
for colors file in flags folder).
Yet, even though the game recognizes that I have tried to put something, all colors are the same red or white hue and looks like something is wrong.
Can someone please help me?
I want to add a few colors for my mod, but something isn't right.
I found the rgb and hsv values for those colors and added them in both files (00_colors in common/colors folder - for example
Code:
rgb { 215 25 196 } # Violet Lantern
and
Code:
violet_lantern = { flag = hsv { 306 79 47 } map = hsv { 306 79 47 } }
for colors file in flags folder).
Yet, even though the game recognizes that I have tried to put something, all colors are the same red or white hue and looks like something is wrong.
Can someone please help me?