prep for meeting

This commit is contained in:
James B. Pollack 2015-11-03 10:42:15 -08:00
parent aeac31cf6a
commit 811fd0cec7
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@
var position = Entities.getEntityProperties(this.entityID, "position").position;
var audioProperties = {
volume: 0.5,
volume: 0.25,
position: position
};

View file

@ -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,