From d480d8f4d0be28a715903a521bad1ef03b9bde51 Mon Sep 17 00:00:00 2001 From: sfja Date: Fri, 10 Oct 2025 16:59:54 +0200 Subject: [PATCH] split js into playground and gamelib --- {js => gamelib}/lib.js | 0 index.html | 4 ++-- {js => playground}/code-runner.js | 0 {js => playground}/debounce.js | 0 {js => playground}/index.js | 0 {js => playground}/playground-console.js | 0 {js => playground}/sprite-editor.js | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {js => gamelib}/lib.js (100%) rename {js => playground}/code-runner.js (100%) rename {js => playground}/debounce.js (100%) rename {js => playground}/index.js (100%) rename {js => playground}/playground-console.js (100%) rename {js => playground}/sprite-editor.js (100%) 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