PiCreatureScene and TeacherStudentScene refactors

This commit is contained in:
Grant Sanderson
2017-02-14 14:00:50 -08:00
parent ef47e6e884
commit 899a911e08
20 changed files with 359 additions and 237 deletions

View File

@ -174,7 +174,7 @@ class WhatAreFractals(TeacherStudentsScene):
FadeIn(picture),
*[
ApplyMethod(pi.look_at, name)
for pi in self.get_everyone()
for pi in self.get_pi_creatures()
]
)
self.dither(2)
@ -2337,7 +2337,7 @@ class DefineFractal(TeacherStudentsScene):
self.change_student_modes(*["pondering"]*3)
self.play(*[
ApplyMethod(pi.look, DOWN)
for pi in self.get_everyone()
for pi in self.get_pi_creatures()
])
self.dither(3)