mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 19:47:38 +02:00
update it in the other spawner script
This commit is contained in:
parent
ce97fae1be
commit
64cb053c16
2 changed files with 7 additions and 9 deletions
|
@ -1153,7 +1153,6 @@
|
|||
|
||||
}
|
||||
|
||||
|
||||
function createGates() {
|
||||
var MODEL_URL = 'http://hifi-public.s3.amazonaws.com/ryan/fence.fbx';
|
||||
|
||||
|
|
|
@ -1098,9 +1098,9 @@ MasterReset = function() {
|
|||
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,
|
||||
|
@ -1132,16 +1132,15 @@ MasterReset = function() {
|
|||
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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function createGates() {
|
||||
var MODEL_URL = 'http://hifi-public.s3.amazonaws.com/ryan/fence.fbx';
|
||||
|
||||
|
|
Loading…
Reference in a new issue