Added four new colors: CORAL, SAGE, TEAL, and LIGHT_GRAY. These work the same as existing colors (that is, text and map color is supported).
Here is what the text looks like in game:
Here is a full map of the available text colors:
The row and column numbers are the first and second hex digit of the color code, respectively. Color codes for text use the format \377c<code>. So \377c0=\377c\x30 maps to row 3, column 0. Likewise, SAGE is \377c\x07.
Added four new colors:
CORAL
,SAGE
,TEAL
, andLIGHT_GRAY
. These work the same as existing colors (that is, text and map color is supported).Here is what the text looks like in game:
Here is a full map of the available text colors:
The row and column numbers are the first and second hex digit of the color code, respectively. Color codes for text use the format
\377c<code>
. So\377c0=\377c\x30
maps to row 3, column 0. Likewise,SAGE
is\377c\x07
.Edit: This only works in -3dfx mode :(