Apat and added acos to spherycolor, not included in color yet but working
[SugarCubes.git] / SugarCubes.pde
index f3351e0db96bfbba284935175de9c1d0d21ab46c..71f846e5926e8bb58eaf12658f529a1d45d2cbb9 100644 (file)
@@ -51,6 +51,9 @@ LXPattern[] patterns(GLucose glucose) {
     new CubeEQ(glucose).setEligible(false),
     new PianoKeyPattern(glucose).setEligible(false),
 
+       // AntonK
+       new AKPong(glucose),
+
     // DanH
     new Noise(glucose),
     new Play (glucose),
@@ -74,8 +77,9 @@ LXPattern[] patterns(GLucose glucose) {
     new JackieDots(glucose),
 
     // L8on
-    new L8onLife(glucose),
     new L8onAutomata(glucose),
+    new L8onLife(glucose),
+    new L8onStripLife(glucose),
 
     // Vincent
     new VSTowers(glucose),