mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-06 06:56:36 +02:00
re enable things
This commit is contained in:
parent
d74114ff55
commit
ca4931e6ce
1 changed files with 16 additions and 19 deletions
|
@ -43,7 +43,7 @@
|
|||
Script.include(fishTankPath);
|
||||
Script.include(tiltMazePath);
|
||||
Script.include(whiteboardPath);
|
||||
// Script.include(plantPath);
|
||||
Script.include(plantPath);
|
||||
Script.include(cuckooClockPath);
|
||||
Script.include(pingPongGunPath);
|
||||
Script.include(transformerPath);
|
||||
|
@ -120,9 +120,6 @@
|
|||
},
|
||||
|
||||
createDynamicEntities: function() {
|
||||
return;
|
||||
print("EBL CREATE DYNAMIC ENTITIES");
|
||||
|
||||
var fishTank = new FishTank({
|
||||
x: 1098.9254,
|
||||
y: 460.5814,
|
||||
|
@ -149,15 +146,15 @@
|
|||
z: 0
|
||||
});
|
||||
|
||||
// var myPlant = new Plant({
|
||||
// x: 1099.8785,
|
||||
// y: 460.3115,
|
||||
// z: -84.7736
|
||||
// }, {
|
||||
// x: 0,
|
||||
// y: 0,
|
||||
// z: 0
|
||||
// });
|
||||
var myPlant = new Plant({
|
||||
x: 1099.8785,
|
||||
y: 460.3115,
|
||||
z: -84.7736
|
||||
}, {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0
|
||||
});
|
||||
|
||||
var pingPongGun = new HomePingPongGun({
|
||||
x: 1101.2123,
|
||||
|
@ -186,7 +183,7 @@
|
|||
|
||||
|
||||
createKineticEntities: function() {
|
||||
return;
|
||||
|
||||
var blocks = new Blocks({
|
||||
x: 1097.1383,
|
||||
y: 460.3790,
|
||||
|
|
Loading…
Reference in a new issue