remove black from colors
This commit is contained in:
parent
dde30a14d7
commit
c57b278c1e
1 changed files with 1 additions and 1 deletions
2
card.py
2
card.py
|
@ -7,7 +7,7 @@ GREEN = 'g'
|
|||
YELLOW = 'y'
|
||||
BLACK = 'x'
|
||||
|
||||
COLORS = (RED, BLUE, GREEN, YELLOW, BLACK)
|
||||
COLORS = (RED, BLUE, GREEN, YELLOW)
|
||||
|
||||
COLOR_ICONS = {
|
||||
RED: Emoji.HEAVY_BLACK_HEART,
|
||||
|
|
Loading…
Reference in a new issue