mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:43:54 +02:00
prep for meeting
This commit is contained in:
parent
aeac31cf6a
commit
811fd0cec7
2 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@
|
|||
|
||||
var position = Entities.getEntityProperties(this.entityID, "position").position;
|
||||
var audioProperties = {
|
||||
volume: 0.5,
|
||||
volume: 0.25,
|
||||
position: position
|
||||
};
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue