Binds: Difference between revisions
→Colors: -- added a line about using hex values for color settings |
|||
Line 76: | Line 76: | ||
<span style="color:blue">player_color_body</span> <span style="color:purple">5635840</span> | <span style="color:blue">player_color_body</span> <span style="color:purple">5635840</span> | ||
or, if you prefer to use the hexadecimal value: | |||
<span style="color:blue">player_color_body</span> <span style="color:purple">$00FF00</span> | |||
It will also accept a few color values by name. '''red''', '''yellow''', '''green''', '''cyan''', '''blue''', '''magenta''', '''white, gray, black''' all work. | It will also accept a few color values by name. '''red''', '''yellow''', '''green''', '''cyan''', '''blue''', '''magenta''', '''white, gray, black''' all work. | ||