Final animation for Hilbert, I think

This commit is contained in:
Grant Sanderson
2016-01-15 11:46:45 -08:00
parent dcaf937717
commit 5ae6e8eb54
6 changed files with 444 additions and 15 deletions

View File

@ -164,7 +164,7 @@ class Randolph(PiCreature):
class Mortimer(PiCreature):
DEFAULT_CONFIG = {
"color" : DARK_BROWN
"color" : MAROON_E
}
def __init__(self, **kwargs):
PiCreature.__init__(self, **kwargs)