Dropping Alex's anim in master
[SugarCubes.git] / SugarCubes.pde
index 4681f2d639caf36a051640447bfb8a32ff28d14e..b7a5be6ad39a1be0d49838c547f4ab8ede12a3ab 100644 (file)
@@ -44,6 +44,9 @@ LXPattern[] patterns(GLucose glucose) {
     new Pong(glucose),
     new Noise(glucose),
 
+    // Alex G
+    new SineSphere(glucose),
+
     // Shaheen
     new HelixPattern(glucose).setEligible(false),
     
@@ -57,8 +60,9 @@ LXPattern[] patterns(GLucose glucose) {
 
     // Jack
     new Swim(glucose),
-    new Breathe(glucose),
+    new Balance(glucose),
 
+    // Tim
     new TimPlanes(glucose),
     new TimPinwheels(glucose),
     new TimRaindrops(glucose),