Car 1 is now green and car 2 red.
This commit is contained in:
parent
8319f796e4
commit
33190f70ae
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
#define EOL '\n'
|
||||
|
||||
|
||||
#define COLOR1 track.Color(255,0,0)
|
||||
#define COLOR2 track.Color(0,255,0)
|
||||
#define COLOR1 track.Color(0,255,0)
|
||||
#define COLOR2 track.Color(255,0,0)
|
||||
#define COLOR3 track.Color(255,255,255)
|
||||
#define COLOR4 track.Color(0,0,255)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue