diff --git a/.DS_Store b/.DS_Store index 52d6ca3..4773977 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Platformer template/appmanifest.json b/appmanifest.json similarity index 100% rename from Platformer template/appmanifest.json rename to appmanifest.json diff --git a/Platformer template/data.json b/data.json similarity index 100% rename from Platformer template/data.json rename to data.json diff --git a/Platformer template/icons/icon-114.png b/icons/icon-114.png similarity index 100% rename from Platformer template/icons/icon-114.png rename to icons/icon-114.png diff --git a/Platformer template/icons/icon-128.png b/icons/icon-128.png similarity index 100% rename from Platformer template/icons/icon-128.png rename to icons/icon-128.png diff --git a/Platformer template/icons/icon-16.png b/icons/icon-16.png similarity index 100% rename from Platformer template/icons/icon-16.png rename to icons/icon-16.png diff --git a/Platformer template/icons/icon-256.png b/icons/icon-256.png similarity index 100% rename from Platformer template/icons/icon-256.png rename to icons/icon-256.png diff --git a/Platformer template/icons/icon-32.png b/icons/icon-32.png similarity index 100% rename from Platformer template/icons/icon-32.png rename to icons/icon-32.png diff --git a/Platformer template/icons/loading-logo.png b/icons/loading-logo.png similarity index 100% rename from Platformer template/icons/loading-logo.png rename to icons/loading-logo.png diff --git a/Platformer template/images/backgroundtile-sheet0.png b/images/backgroundtile-sheet0.png similarity index 100% rename from Platformer template/images/backgroundtile-sheet0.png rename to images/backgroundtile-sheet0.png diff --git a/Platformer template/images/jumpthrutile-sheet0.png b/images/jumpthrutile-sheet0.png similarity index 100% rename from Platformer template/images/jumpthrutile-sheet0.png rename to images/jumpthrutile-sheet0.png diff --git a/Platformer template/images/shared-0-sheet0.png b/images/shared-0-sheet0.png similarity index 100% rename from Platformer template/images/shared-0-sheet0.png rename to images/shared-0-sheet0.png diff --git a/Platformer template/images/solidtile-sheet0.png b/images/solidtile-sheet0.png similarity index 100% rename from Platformer template/images/solidtile-sheet0.png rename to images/solidtile-sheet0.png diff --git a/Platformer template/index.html b/index.html similarity index 100% rename from Platformer template/index.html rename to index.html diff --git a/Platformer template/offline.json b/offline.json similarity index 100% rename from Platformer template/offline.json rename to offline.json diff --git a/Platformer template/scripts/c3runtime.js b/scripts/c3runtime.js similarity index 100% rename from Platformer template/scripts/c3runtime.js rename to scripts/c3runtime.js diff --git a/Platformer template/scripts/dispatchWorker.js b/scripts/dispatchWorker.js similarity index 100% rename from Platformer template/scripts/dispatchWorker.js rename to scripts/dispatchWorker.js diff --git a/Platformer template/scripts/jobWorker.js b/scripts/jobWorker.js similarity index 100% rename from Platformer template/scripts/jobWorker.js rename to scripts/jobWorker.js diff --git a/Platformer template/scripts/main.js b/scripts/main.js similarity index 100% rename from Platformer template/scripts/main.js rename to scripts/main.js diff --git a/Platformer template/scripts/offlineClient.js b/scripts/offlineClient.js similarity index 100% rename from Platformer template/scripts/offlineClient.js rename to scripts/offlineClient.js diff --git a/Platformer template/scripts/register-sw.js b/scripts/register-sw.js similarity index 100% rename from Platformer template/scripts/register-sw.js rename to scripts/register-sw.js diff --git a/Platformer template/scripts/supportCheck.js b/scripts/supportCheck.js similarity index 100% rename from Platformer template/scripts/supportCheck.js rename to scripts/supportCheck.js diff --git a/Platformer template/style.css b/style.css similarity index 100% rename from Platformer template/style.css rename to style.css diff --git a/Platformer template/sw.js b/sw.js similarity index 100% rename from Platformer template/sw.js rename to sw.js