re enable things

This commit is contained in:
James B. Pollack 2016-03-27 18:23:35 -07:00
parent d74114ff55
commit ca4931e6ce

View file

@ -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,