modified mappings to render more cubes, modified internals
[SugarCubes.git] / _Internals.pde
index 61f6c7d08d40009b22dbf8da487ed20c2ade8140..cdd4ba5ac64d755b4665fc4f5070e2b15b48fb72 100644 (file)
@@ -40,8 +40,8 @@ final float TRAILER_WIDTH = 240;
 final float TRAILER_DEPTH = 97;
 final float TRAILER_HEIGHT = 33;
 
-final int MaxCubeHeight = 5;
-final int NumBackTowers = 11;
+final int MaxCubeHeight = 7;
+final int NumBackTowers = 18;
 
 int targetFramerate = 60;
 int startMillis, lastMillis;