Incremental

This commit is contained in:
Sridhar Ramesh
2018-03-06 16:03:00 -08:00
parent 2c1aec57bc
commit 4155336113

View File

@@ -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)
# ----