AI colors
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
Well, the colors are defined in src/tron/gAiBase.cpp around line 1035:The values are in RGB form, ranging from 0 to 1
Code: Select all
static REAL rgb_ai[MAXAI_COLOR][3]={
{1,.2,.2},
{.2,1,.2},
{.2,.2,1},
{1,1,.2},
{1,.2,1},
{.2,1,1},
{1,.6,.2},
{1,.2,.6},
{.6,.2,1},
{.2,.6,1},
{1,1,1},
{.2,.2,.2},
{.5,.5,.5}
};There's no place like ::1
-
Stormcrow
- On Lightcycle Grid
- Posts: 31
- Joined: Thu Oct 26, 2006 9:02 pm
- Location: Greenlawn, NY
- Contact:
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6715
- Joined: Thu Dec 18, 2003 7:03 pm
- Z-Man
- God & Project Admin
- Posts: 11770
- Joined: Sun Jan 23, 2005 6:01 pm
- Location: Cologne
- Contact:
