From 7b69aa375e94587767e319b5b4b5e9a1eedc7ec6 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 7 Mar 2016 18:18:38 -0800 Subject: [PATCH] moved plant to home folder --- examples/VR-VJ/cartridgesSpawner.js | 0 .../DomainContent/Home}/plant/flower.fs | 0 .../DomainContent/Home}/plant/growingPlantEntityScript.js | 0 .../DomainContent/Home}/plant/growingPlantSpawner.js | 0 .../DomainContent/Home}/plant/waterCanEntityScript.js | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 examples/VR-VJ/cartridgesSpawner.js rename {examples/homeContent => unpublishedScripts/DomainContent/Home}/plant/flower.fs (100%) rename {examples/homeContent => unpublishedScripts/DomainContent/Home}/plant/growingPlantEntityScript.js (100%) rename {examples/homeContent => unpublishedScripts/DomainContent/Home}/plant/growingPlantSpawner.js (100%) rename {examples/homeContent => unpublishedScripts/DomainContent/Home}/plant/waterCanEntityScript.js (99%) diff --git a/examples/VR-VJ/cartridgesSpawner.js b/examples/VR-VJ/cartridgesSpawner.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/examples/homeContent/plant/flower.fs b/unpublishedScripts/DomainContent/Home/plant/flower.fs similarity index 100% rename from examples/homeContent/plant/flower.fs rename to unpublishedScripts/DomainContent/Home/plant/flower.fs diff --git a/examples/homeContent/plant/growingPlantEntityScript.js b/unpublishedScripts/DomainContent/Home/plant/growingPlantEntityScript.js similarity index 100% rename from examples/homeContent/plant/growingPlantEntityScript.js rename to unpublishedScripts/DomainContent/Home/plant/growingPlantEntityScript.js diff --git a/examples/homeContent/plant/growingPlantSpawner.js b/unpublishedScripts/DomainContent/Home/plant/growingPlantSpawner.js similarity index 100% rename from examples/homeContent/plant/growingPlantSpawner.js rename to unpublishedScripts/DomainContent/Home/plant/growingPlantSpawner.js diff --git a/examples/homeContent/plant/waterCanEntityScript.js b/unpublishedScripts/DomainContent/Home/plant/waterCanEntityScript.js similarity index 99% rename from examples/homeContent/plant/waterCanEntityScript.js rename to unpublishedScripts/DomainContent/Home/plant/waterCanEntityScript.js index 551c74bc47..d306cf8b6b 100644 --- a/examples/homeContent/plant/waterCanEntityScript.js +++ b/unpublishedScripts/DomainContent/Home/plant/waterCanEntityScript.js @@ -12,7 +12,7 @@ (function() { - Script.include("../../libraries/utils.js"); + Script.include('../../../../libraries/utils.js'); var _this; WaterSpout = function() {