mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 23:14:08 +02:00
tank
This commit is contained in:
parent
c71d8914d5
commit
93a920f80d
2 changed files with 6 additions and 7 deletions
|
@ -265,7 +265,7 @@ FishTank = function(spawnPosition, spawnRotation) {
|
|||
},
|
||||
collisionless: true,
|
||||
position: getOffsetFromTankCenter(LOWER_CORNER_VERTICAL_OFFSET, LOWER_CORNER_FORWARD_OFFSET, LOWER_CORNER_LATERAL_OFFSET),
|
||||
visible: true
|
||||
visible: false
|
||||
}
|
||||
|
||||
var upperProps = {
|
||||
|
@ -284,7 +284,7 @@ FishTank = function(spawnPosition, spawnRotation) {
|
|||
},
|
||||
collisionless: true,
|
||||
position: getOffsetFromTankCenter(UPPER_CORNER_VERTICAL_OFFSET, UPPER_CORNER_FORWARD_OFFSET, UPPER_CORNER_LATERAL_OFFSET),
|
||||
visible: true
|
||||
visible: false
|
||||
}
|
||||
|
||||
lowerCorner = Entities.addEntity(lowerProps);
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
z: 0
|
||||
});
|
||||
|
||||
|
||||
var tiltMaze = new TiltMaze({
|
||||
x: 1105.5768,
|
||||
y: 460.3298,
|
||||
|
@ -164,12 +163,12 @@
|
|||
// var musicBox = new MusicBox();
|
||||
//var cuckooClock = new MyCuckooClock(center);
|
||||
var cuckooClock = new MyCuckooClock({
|
||||
x: 1104.6,
|
||||
y: 461.3,
|
||||
z: -82.6
|
||||
x: 1105.172,
|
||||
y: 461.44,
|
||||
z: -81.86
|
||||
}, {
|
||||
x: 0,
|
||||
y: 0,
|
||||
y: -53,
|
||||
z: 0
|
||||
});
|
||||
// var doppelganger = new Doppelganger();
|
||||
|
|
Loading…
Reference in a new issue