Finished Tau Poem

This commit is contained in:
Grant Sanderson
2015-06-27 04:49:10 -07:00
parent 1dc7a5421d
commit 400aa0aada
15 changed files with 872 additions and 110 deletions

View File

@ -16,13 +16,8 @@ from script_wrapper import command_line_create_scene
class SampleScene(Scene):
def construct(self):
randy = Randolph()
self.add(randy)
self.dither()
self.animate(BlinkPiCreature(randy))
self.dither()
self.animate(WaveArm(randy))
self.dither()
tauy = TauCreature()
self.animate(ApplyMethod(tauy.make_sad))