Remove temp file from git
[SugarCubes.git] / SugarCubes.pde
index a685442b2eb1fcb5cb0a6ad61b10172647e08afe..fb24acb8ee4fd5fe653d18eb7f73a373d9ceee9f 100644 (file)
@@ -60,6 +60,9 @@ LXPattern[] patterns(GLucose glucose) {
     new Pong (glucose),
     new Worms(glucose),
 
+    // JR
+    new Gimbal(glucose),
+    
     // Alex G
      
      // Tim
@@ -77,9 +80,9 @@ LXPattern[] patterns(GLucose glucose) {
     new JackieDots(glucose),
 
     // L8on
-    new L8onLife(glucose),
     new L8onAutomata(glucose),
-    new L8onStrips(glucose),
+    new L8onLife(glucose),
+    new L8onStripLife(glucose),
 
     // Vincent
     new VSTowers(glucose),
@@ -107,9 +110,6 @@ LXPattern[] patterns(GLucose glucose) {
     // Shaheen
     //new HelixPattern(glucose).setEligible(false),
     
-    //JR
-    new Gimbal(glucose),
-    
     // Sam
     new JazzRainbow(glucose),
     
@@ -118,6 +118,9 @@ LXPattern[] patterns(GLucose glucose) {
     new AbstractPainting(glucose),
     new Spirality(glucose),
 
+    // Micah
+    new Rings(glucose),
+
     // Basic test patterns for reference, not art    
     new TestCubePattern(glucose),
     new TestTowerPattern(glucose),