From 3a2cb37ce29518bea5145bfe19269ab7e7e6ae3c Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 25 Apr 2016 17:50:35 -0700 Subject: [PATCH] move and rename some JS files --- {examples => scripts/default/controllers}/grab.js | 0 .../developer/tests/performance/keepAwayEntity.js | 0 .../developer/tests/performance/tribbleEntity.js | 0 .../developer/utilities/tools}/disableAvatarAnimations.js | 0 examples/cows/cowSpawner.js => scripts/tutorials/createCow.js | 0 examples/dice.js => scripts/tutorials/createDice.js | 0 .../pistolScriptSpawner.js => scripts/tutorials/createPistol.js | 0 .../cowEntityScript.js => scripts/tutorials/entity_scripts/cow.js | 0 .../tutorials/entity_scripts}/pistol.js | 0 examples/clap.js => scripts/tutorials/makeAvatarClap.js | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {examples => scripts/default/controllers}/grab.js (100%) rename examples/entityScripts/simpleKeepAway.js => scripts/developer/tests/performance/keepAwayEntity.js (100%) rename examples/entityScripts/tribble.js => scripts/developer/tests/performance/tribbleEntity.js (100%) rename {examples => scripts/developer/utilities/tools}/disableAvatarAnimations.js (100%) rename examples/cows/cowSpawner.js => scripts/tutorials/createCow.js (100%) rename examples/dice.js => scripts/tutorials/createDice.js (100%) rename examples/example/games/exterminatorGame/pistolScriptSpawner.js => scripts/tutorials/createPistol.js (100%) rename examples/cows/cowEntityScript.js => scripts/tutorials/entity_scripts/cow.js (100%) rename {examples/example/games/exterminatorGame => scripts/tutorials/entity_scripts}/pistol.js (100%) rename examples/clap.js => scripts/tutorials/makeAvatarClap.js (100%) diff --git a/examples/grab.js b/scripts/default/controllers/grab.js similarity index 100% rename from examples/grab.js rename to scripts/default/controllers/grab.js diff --git a/examples/entityScripts/simpleKeepAway.js b/scripts/developer/tests/performance/keepAwayEntity.js similarity index 100% rename from examples/entityScripts/simpleKeepAway.js rename to scripts/developer/tests/performance/keepAwayEntity.js diff --git a/examples/entityScripts/tribble.js b/scripts/developer/tests/performance/tribbleEntity.js similarity index 100% rename from examples/entityScripts/tribble.js rename to scripts/developer/tests/performance/tribbleEntity.js diff --git a/examples/disableAvatarAnimations.js b/scripts/developer/utilities/tools/disableAvatarAnimations.js similarity index 100% rename from examples/disableAvatarAnimations.js rename to scripts/developer/utilities/tools/disableAvatarAnimations.js diff --git a/examples/cows/cowSpawner.js b/scripts/tutorials/createCow.js similarity index 100% rename from examples/cows/cowSpawner.js rename to scripts/tutorials/createCow.js diff --git a/examples/dice.js b/scripts/tutorials/createDice.js similarity index 100% rename from examples/dice.js rename to scripts/tutorials/createDice.js diff --git a/examples/example/games/exterminatorGame/pistolScriptSpawner.js b/scripts/tutorials/createPistol.js similarity index 100% rename from examples/example/games/exterminatorGame/pistolScriptSpawner.js rename to scripts/tutorials/createPistol.js diff --git a/examples/cows/cowEntityScript.js b/scripts/tutorials/entity_scripts/cow.js similarity index 100% rename from examples/cows/cowEntityScript.js rename to scripts/tutorials/entity_scripts/cow.js diff --git a/examples/example/games/exterminatorGame/pistol.js b/scripts/tutorials/entity_scripts/pistol.js similarity index 100% rename from examples/example/games/exterminatorGame/pistol.js rename to scripts/tutorials/entity_scripts/pistol.js diff --git a/examples/clap.js b/scripts/tutorials/makeAvatarClap.js similarity index 100% rename from examples/clap.js rename to scripts/tutorials/makeAvatarClap.js