From 41c436e44eab6543d888df116e90b047cf0b7a50 Mon Sep 17 00:00:00 2001 From: Alexander Kiselev Date: Sat, 19 Oct 2013 01:40:32 -0700 Subject: [PATCH] mappings for Treasure Island --- _Internals.pde | 2 +- _Mappings.pde | 65 +++++++++++++++++++++++++------------------------- 2 files changed, 33 insertions(+), 34 deletions(-) diff --git a/_Internals.pde b/_Internals.pde index 9d6e274..f1ebdc0 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -40,7 +40,7 @@ final float TRAILER_DEPTH = 97; final float TRAILER_HEIGHT = 33; final int MaxCubeHeight = 5; -final int NumBackTowers = 9; +final int NumBackTowers = 11; int targetFramerate = 60; int startMillis, lastMillis; diff --git a/_Mappings.pde b/_Mappings.pde index 7d288ef..46a7da5 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -55,7 +55,7 @@ public Model buildModel() { //////////////////////////////////////////////////////////////////////// // dan's proposed lattice ArrayList scubes = new ArrayList(); - if (NumBackTowers != 9) exit(); + // if (NumBackTowers != 9) exit(); for (int i=0; i