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

@ -334,7 +334,6 @@ class AnimationGroup(Animation):
for anim in sub_anims:
#Use np.divide to that 1./0 = np.inf
anim.alpha_multiplier = np.divide(max_run_time, anim.run_time)
if "run_time" in kwargs:
self.run_time = kwargs.pop("run_time")
else: