sinesphere working with notes
[SugarCubes.git] / _Internals.pde
index 728e34387ae8250151ab71cbae29e72f259ab950..fb2a9c7a7167867f7b6d9927320e97b67b839701 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;