mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-12 02:52:10 +02:00
update dice location
This commit is contained in:
parent
f4925d72ed
commit
ce97fae1be
1 changed files with 6 additions and 6 deletions
|
@ -1110,9 +1110,9 @@
|
|||
collisionSoundURL: "http://s3.amazonaws.com/hifi-public/sounds/dice/diceCollide.wav",
|
||||
name: "dice",
|
||||
position: {
|
||||
x: 541,
|
||||
y: 494.96,
|
||||
z: 509.1
|
||||
x: 541.61,
|
||||
y: 495.21,
|
||||
z: 508.52
|
||||
},
|
||||
dimensions: {
|
||||
x: 0.09,
|
||||
|
@ -1144,9 +1144,9 @@
|
|||
var dice1 = Entities.addEntity(diceProps);
|
||||
|
||||
diceProps.position = {
|
||||
x: 541.05,
|
||||
y: 494.96,
|
||||
z: 509.0
|
||||
x: 541.52,
|
||||
y: 495.21,
|
||||
z: 508.41
|
||||
};
|
||||
|
||||
var dice2 = Entities.addEntity(diceProps);
|
||||
|
|
Loading…
Reference in a new issue