This commit is contained in:
James B. Pollack 2016-03-21 10:28:41 -07:00
parent c71d8914d5
commit 93a920f80d
2 changed files with 6 additions and 7 deletions

View file

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

View file

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