mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 23:00:18 +02:00
updated die starting positions
This commit is contained in:
parent
cf701095c4
commit
9d9de61afa
1 changed files with 6 additions and 6 deletions
|
@ -143,9 +143,9 @@ function createDice() {
|
||||||
collisionSoundURL: "http://s3.amazonaws.com/hifi-public/sounds/dice/diceCollide.wav",
|
collisionSoundURL: "http://s3.amazonaws.com/hifi-public/sounds/dice/diceCollide.wav",
|
||||||
name: "dice",
|
name: "dice",
|
||||||
position: {
|
position: {
|
||||||
x: 540.74,
|
x: 540.92,
|
||||||
y: 496,
|
y: 494.96,
|
||||||
z: 509.21
|
z: 509.8
|
||||||
},
|
},
|
||||||
dimensions: {
|
dimensions: {
|
||||||
x: 0.09,
|
x: 0.09,
|
||||||
|
@ -168,9 +168,9 @@ function createDice() {
|
||||||
var dice1 = Entities.addEntity(diceProps);
|
var dice1 = Entities.addEntity(diceProps);
|
||||||
|
|
||||||
diceProps.position = {
|
diceProps.position = {
|
||||||
x: 540.99,
|
x: 541.03,
|
||||||
y: 496,
|
y: 494.96,
|
||||||
z: 509.08
|
z: 509.25
|
||||||
};
|
};
|
||||||
|
|
||||||
var dice2 = Entities.addEntity(diceProps);
|
var dice2 = Entities.addEntity(diceProps);
|
||||||
|
|
Loading…
Reference in a new issue