mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 09:04:31 +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() {
|
createDynamicEntities: function() {
|
||||||
|
|
||||||
// var fishTank = new FishTank({
|
var fishTank = new FishTank({
|
||||||
// x: 1098.9254,
|
x: 1098.9254,
|
||||||
// y: 460.5814,
|
y: 460.5814,
|
||||||
// z: -79.1103
|
z: -79.1103
|
||||||
// }, {
|
}, {
|
||||||
// x: 0,
|
x: 0,
|
||||||
// y: 0,
|
y: 0,
|
||||||
// z: 0
|
z: 0
|
||||||
// });
|
});
|
||||||
|
|
||||||
|
|
||||||
var tiltMaze = new TiltMaze({
|
var tiltMaze = new TiltMaze({
|
||||||
|
|
Loading…
Reference in a new issue