Preliminary end to hanoi animations

This commit is contained in:
Grant Sanderson
2016-11-22 15:16:40 -08:00
parent 9a5b3a6de3
commit 941db9e07a
3 changed files with 421 additions and 53 deletions

View File

@ -100,6 +100,7 @@ class Mobject(object):
return deepcopy(self)
def generate_target(self):
self.target = None #Prevent exponential explosion
self.target = self.copy()
return self.target