diff --git a/static/games/space/Build/Space web game.data.gz b/static/games/space/Build/Space web game.data.gz deleted file mode 100644 index 5ff7323..0000000 Binary files a/static/games/space/Build/Space web game.data.gz and /dev/null differ diff --git a/static/games/space/Build/Space web game.wasm.gz b/static/games/space/Build/Space web game.wasm.gz deleted file mode 100644 index b3350e8..0000000 Binary files a/static/games/space/Build/Space web game.wasm.gz and /dev/null differ diff --git a/static/games/space/Build/space.data.gz b/static/games/space/Build/space.data.gz new file mode 100644 index 0000000..a59a173 Binary files /dev/null and b/static/games/space/Build/space.data.gz differ diff --git a/static/games/space/Build/Space web game.framework.js.gz b/static/games/space/Build/space.framework.js.gz similarity index 99% rename from static/games/space/Build/Space web game.framework.js.gz rename to static/games/space/Build/space.framework.js.gz index d50a7ea..0e0d9e5 100644 Binary files a/static/games/space/Build/Space web game.framework.js.gz and b/static/games/space/Build/space.framework.js.gz differ diff --git a/static/games/space/Build/Space web game.loader.js b/static/games/space/Build/space.loader.js similarity index 100% rename from static/games/space/Build/Space web game.loader.js rename to static/games/space/Build/space.loader.js diff --git a/static/games/space/Build/space.wasm.gz b/static/games/space/Build/space.wasm.gz new file mode 100644 index 0000000..ccda5af Binary files /dev/null and b/static/games/space/Build/space.wasm.gz differ diff --git a/static/games/space/index.html b/static/games/space/index.html index f7084ea..5949c81 100644 --- a/static/games/space/index.html +++ b/static/games/space/index.html @@ -56,11 +56,11 @@ } var buildUrl = "Build"; - var loaderUrl = buildUrl + "/Space web game.loader.js"; + var loaderUrl = buildUrl + "/space.loader.js"; var config = { - dataUrl: buildUrl + "/Space web game.data.gz", - frameworkUrl: buildUrl + "/Space web game.framework.js.gz", - codeUrl: buildUrl + "/Space web game.wasm.gz", + dataUrl: buildUrl + "/space.data.gz", + frameworkUrl: buildUrl + "/space.framework.js.gz", + codeUrl: buildUrl + "/space.wasm.gz", streamingAssetsUrl: "StreamingAssets", companyName: "Br0t craft", productName: "spacegame",