X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;fp=_Mappings.pde;h=20c6db5a56e64dfa0a82d04ecde2d98f01ad7553;hb=4e93e2923242dad5e4b9bc5c04c68346d5650d14;hp=c1f81c38f886da178385dae68eb8799f4dbfbd0e;hpb=a1652d0b1cf2f0b6474ee3fa39b523d5a8f6c146;p=SugarCubes.git diff --git a/_Mappings.pde b/_Mappings.pde index c1f81c3..20c6db5 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -125,8 +125,7 @@ class SCMapping implements GLucose.Mapping { cubes[cubeIndex++] = new Cube(212, 2*Cube.EDGE_HEIGHT, 2*Cube.EDGE_HEIGHT + 25, 0, 40, 0); cubes[cubeIndex++] = new Cube(215, 3*Cube.EDGE_HEIGHT, 2*Cube.EDGE_HEIGHT + 25, 0, 60, 0); cubes[cubeIndex++] = new Cube(210, 4*Cube.EDGE_HEIGHT, 2*Cube.EDGE_HEIGHT + 25, 0, 40, 0); - - + return cubes; }