X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=L8onWallace.pde;h=a81901617938ddd9c8ff0e16736f5d2b65333586;hp=fc4bac0040c9d92e08add0066f6975140662eb94;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hpb=4749563ed0cc35bde6bdd13eecdfc6e361d5320b diff --git a/L8onWallace.pde b/L8onWallace.pde index fc4bac0..a819016 100644 --- a/L8onWallace.pde +++ b/L8onWallace.pde @@ -42,8 +42,8 @@ class L8onLife extends SCPattern { // Hold the new lives private List 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 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 new_lives; - public L8onStripLife(GLucose glucose) { - super(glucose); + public L8onStripLife(LX lx) { + super(lx); //Print debug info about the strips. //outputStripInfo();