diff --git a/js/lib.js b/gamelib/lib.js similarity index 100% rename from js/lib.js rename to gamelib/lib.js diff --git a/index.html b/index.html index 06620fa..a3a073e 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,12 @@ - +
diff --git a/js/code-runner.js b/playground/code-runner.js similarity index 100% rename from js/code-runner.js rename to playground/code-runner.js diff --git a/js/debounce.js b/playground/debounce.js similarity index 100% rename from js/debounce.js rename to playground/debounce.js diff --git a/js/index.js b/playground/index.js similarity index 100% rename from js/index.js rename to playground/index.js diff --git a/js/playground-console.js b/playground/playground-console.js similarity index 100% rename from js/playground-console.js rename to playground/playground-console.js diff --git a/js/sprite-editor.js b/playground/sprite-editor.js similarity index 100% rename from js/sprite-editor.js rename to playground/sprite-editor.js