diff --git a/active_projects/WindingNumber.py b/active_projects/WindingNumber.py index e8c4bbbe..38b573e8 100644 --- a/active_projects/WindingNumber.py +++ b/active_projects/WindingNumber.py @@ -2125,7 +2125,7 @@ class UhOhSalientStill(ColorMappedObjectsScene): def construct(self): ColorMappedObjectsScene.construct(self) - + new_up = 3 * UP new_left = 5 * LEFT @@ -2169,8 +2169,6 @@ class UhOhSalientStill(ColorMappedObjectsScene): # Writing new Pi walker scenes by parametrizing general template -# Domain coloring scenes by parametrizing general template - # (All the above are basically trivial tinkering at this point) # ----