X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;h=57bcbb55340aa705a8e457211724453f5f5426bc;hb=922def98b6cc88f3aa8784b8968d8a5aa1bfc1a2;hp=3b4b2f37395e7a3767304ef3438462d2b74c5010;hpb=ab77005fb7f2d1c6b56e603ddf230f68a13582e8;p=SugarCubes.git diff --git a/_Mappings.pde b/_Mappings.pde index 3b4b2f3..57bcbb5 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -255,16 +255,14 @@ public Model buildModel() { }; // The bass box! - /* BassBox bassBox = new BassBox(BBX, 0, BBZ); // The speakers! List speakers = Arrays.asList(new Speaker[] { // Each speaker parameter is x, y, z, rotation, the left speaker comes first - new Speaker(-12, 6, 0, 15), - new Speaker(TRAILER_WIDTH - Speaker.EDGE_WIDTH + 8, 6, 3, -15) +// new Speaker(-12, 6, 0, 15), +// new Speaker(TRAILER_WIDTH - Speaker.EDGE_WIDTH + 8, 6, 3, -15) }); - */ ////////////////////////////////////////////////////////////////////// // BENEATH HERE SHOULD NOT REQUIRE ANY MODIFICATION!!!! // @@ -291,7 +289,7 @@ public Model buildModel() { cubes[cubeIndex++] = cube; } - return new Model(towerList, cubes, null, null); + return new Model(towerList, cubes, bassBox, speakers); } /**