X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;h=b5d7127f50811a61fcd97d62b661bf8c3bd18847;hb=5bc92bc2ee6237b6bcb0ac6dc24208d97d0dbfc7;hp=9e487f0cf2656c455529a925d3b01462051894a5;hpb=7f782b991846bac5c4be6f4a8db012d4dd271e86;p=SugarCubes.git diff --git a/_Mappings.pde b/_Mappings.pde index 9e487f0..b5d7127 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -77,7 +77,7 @@ public Model buildModel() { (i+1)*CW, // x (i % 2 == 0) ? 0 : CH * 2./3. , // y - ((i % 2 == 0) ? 0 : 11) + 97 , // z - -135, (i % 2 == 0) ? MaxCubeHeight : MaxCubeHeight-1)); // num cubes + -135, (i % 2 == 0) ? MaxCubeHeight : MaxCubeHeight-1) ); // num cubes ArrayList dcubes = new ArrayList(); for (int i=1; i<6; i++) {