Skip to content

Commit e06d437

Browse files
committed
Add white and black to player colors.
1 parent 89625c1 commit e06d437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sc2reader/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@
100100
'4E2A04': 'Brown',
101101
'96FF91': 'Light Green',
102102
'232323': 'Dark Grey',
103-
'E55BB0': 'Pink'
103+
'E55BB0': 'Pink',
104+
'FFFFFF': 'White',
105+
'000000': 'Black',
104106
}
105107

106108
COLOR_CODES_INV = dict(zip(COLOR_CODES.values(),COLOR_CODES.keys()))

0 commit comments

Comments
 (0)