mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 07:43:10 +02:00
clean
This commit is contained in:
parent
abf930fe77
commit
c71d8914d5
1 changed files with 9 additions and 9 deletions
|
@ -118,15 +118,15 @@
|
|||
|
||||
createDynamicEntities: function() {
|
||||
|
||||
// var fishTank = new FishTank({
|
||||
// x: 1098.9254,
|
||||
// y: 460.5814,
|
||||
// z: -79.1103
|
||||
// }, {
|
||||
// x: 0,
|
||||
// y: 0,
|
||||
// z: 0
|
||||
// });
|
||||
var fishTank = new FishTank({
|
||||
x: 1098.9254,
|
||||
y: 460.5814,
|
||||
z: -79.1103
|
||||
}, {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0
|
||||
});
|
||||
|
||||
|
||||
var tiltMaze = new TiltMaze({
|
||||
|
|
Loading…
Reference in a new issue