Preliminary finish of chapter 7 animations

This commit is contained in:
Grant Sanderson
2016-08-22 21:22:21 -07:00
parent 3391e645d7
commit 87c390f41e
9 changed files with 339 additions and 89 deletions

View File

@ -204,10 +204,13 @@ def main():
scene_kwargs["construct_args"] = tuplify(args)
try:
handle_scene(SceneClass(**scene_kwargs), **config)
play_finish_sound()
except:
print "\n\n"
traceback.print_exc()
print "\n\n"
play_error_sound()
if __name__ == "__main__":