SCPattern moved out of GLucose
[SugarCubes.git] / L8onWallace.pde
index fc4bac0040c9d92e08add0066f6975140662eb94..a81901617938ddd9c8ff0e16736f5d2b65333586 100644 (file)
@@ -42,8 +42,8 @@ class L8onLife extends SCPattern {
   // Hold the new lives
   private List<Boolean> new_lives;
   
-  public L8onLife(GLucose glucose) {
-     super(glucose);  
+  public L8onLife(LX lx) {
+     super(lx);  
      
      //Print debug info about the cubes.
      //outputCubeInfo();
@@ -310,8 +310,8 @@ class L8onAutomata extends SCPattern {
   // Hold the new lives
   private List<Boolean> new_states;
 
-  public L8onAutomata(GLucose glucose) {
-     super(glucose);
+  public L8onAutomata(LX lx) {
+     super(lx);
 
      //Print debug info about the cubes.
      //outputCubeInfo();
@@ -552,8 +552,8 @@ class L8onStripLife extends SCPattern {
   // Hold the new lives
   private List<Boolean> new_lives;
 
-  public L8onStripLife(GLucose glucose) {
-     super(glucose);
+  public L8onStripLife(LX lx) {
+     super(lx);
 
      //Print debug info about the strips.
      //outputStripInfo();