Halfway through eop/independence project

This commit is contained in:
Grant Sanderson
2017-07-20 13:37:12 -07:00
parent 820ed83635
commit 62a7df7075
7 changed files with 1305 additions and 16 deletions

View File

@ -201,7 +201,6 @@ class PiCreature(SVGMobject):
body.copy().pointwise_become_partial(body, *alpha_range)
for alpha_range in self.right_arm_range, self.left_arm_range
])
def get_all_pi_creature_modes():
result = []
@ -588,7 +587,7 @@ class PiCreatureScene(Scene):
class TeacherStudentsScene(PiCreatureScene):
CONFIG = {
"student_colors" : [BLUE_D, BLUE_C, BLUE_E],
"student_colors" : [BLUE_D, BLUE_E, BLUE_C],
"student_scale_factor" : 0.8,
"seconds_to_blink" : 2,
}