More finishing touches to chapter 7

This commit is contained in:
Grant Sanderson
2016-08-24 10:57:16 -07:00
parent e37432e781
commit 15731dc9a2
5 changed files with 339 additions and 39 deletions

View File

@ -139,6 +139,7 @@ COLOR_MAP = {
"GREY_BROWN" : "#736357",
"PINK" : "#D147BD",
"GREEN_SCREEN": "#00FF00",
"ORANGE" : "#FF862F",
}
PALETTE = COLOR_MAP.values()
locals().update(COLOR_MAP)