From 811fd0cec7f786011dfe23bdf57634025ff21220 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Tue, 3 Nov 2015 10:42:15 -0800 Subject: [PATCH] prep for meeting --- examples/example/games/color_busters/colorBusterWand.js | 2 +- examples/example/games/color_busters/createColorBusterCubes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example/games/color_busters/colorBusterWand.js b/examples/example/games/color_busters/colorBusterWand.js index 6080d6f345..f9d69e8414 100644 --- a/examples/example/games/color_busters/colorBusterWand.js +++ b/examples/example/games/color_busters/colorBusterWand.js @@ -247,7 +247,7 @@ var position = Entities.getEntityProperties(this.entityID, "position").position; var audioProperties = { - volume: 0.5, + volume: 0.25, position: position }; diff --git a/examples/example/games/color_busters/createColorBusterCubes.js b/examples/example/games/color_busters/createColorBusterCubes.js index 6a2942bbe9..3fdd772704 100644 --- a/examples/example/games/color_busters/createColorBusterCubes.js +++ b/examples/example/games/color_busters/createColorBusterCubes.js @@ -19,7 +19,7 @@ var CUBE_DIMENSIONS = { z: 1 }; -var NUMBER_OF_CUBES_PER_SIDE = 5; +var NUMBER_OF_CUBES_PER_SIDE = 8; var STARTING_CORNER_POSITION = { x: 100,