Beginning eola chapter 1

This commit is contained in:
Grant Sanderson
2016-07-13 22:03:31 -07:00
parent fa708dd92a
commit ba73032c90
6 changed files with 281 additions and 30 deletions

View File

@ -132,6 +132,9 @@ COLOR_MAP = {
"GREY" : "#888888",
"DARK_GREY" : "#444444",
"DARK_GRAY" : "#444444",
"GREY_BROWN" : "#736357",
"PINK" : "#D147BD",
"GREEN_SCREEN": "#00FF00",
}
PALETTE = COLOR_MAP.values()
globals().update(COLOR_MAP)