updated die starting positions

This commit is contained in:
ericrius1 2015-09-23 09:36:30 -07:00
parent cf701095c4
commit 9d9de61afa

View file

@ -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);