You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
WHITE = (255, 255, 255)
|
|
BLACK = (0, 0, 0)
|
|
GREEN = (0, 128, 0)
|
|
GARY = (128, 128, 128)
|
|
RED = (192, 0, 0)
|
|
BLUE = (0, 0, 192)
|
|
YELLOW = (255, 255, 128)
|
|
CLAN = (64, 192, 64)
|
|
COFFEE = (192, 128, 32)
|
|
PINK = (255, 192, 255)
|