Update default colors
This commit is contained in:
parent
abbfac7573
commit
fdf0d8f163
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
BACKGROUND_COLOR = 0, 0, 0
|
||||
APPLE_COLOR = 255, 0, 0
|
||||
SNAKE_COLOR = 0, 255, 0
|
||||
APPLE_COLOR = 250, 0, 0
|
||||
SNAKE_COLOR = 0, 250, 0
|
||||
FONT_COLOR = 250, 250, 250
|
||||
|
||||
MAP_SIZE = 41, 31
|
||||
|
|
Loading…
Reference in a new issue