X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=2cc799f8eda4f94fcd7a6e3470ae33e4096f710c;hb=ceb90bf70c1e315c679ea1a5df9c06305f625d7d;hp=58187f119e9463ab1b982e2c6fece39ff62f8254;hpb=9bdc3e7323c2d8d106a60a8d53c966f7d2d75063;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index 58187f1..2cc799f 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -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;