Merge branch 'processing-2'
[SugarCubes.git] / SugarCubes.pde
index b941bdbcc891ff3d38035917d69a1043afe82f34..9d72c5dfd49a6c0b2443d61e199ef611f82bca4c 100644 (file)
@@ -116,6 +116,9 @@ LXPattern[] patterns(LX lx) {
     new AbstractPainting(lx),
     new Spirality(lx),
 
+    // Micah
+    new Rings(lx),
+
     // Basic test patterns for reference, not art    
     new TestCubePattern(lx),
     new TestTowerPattern(lx),