Updated to version 0.0.2

This commit is contained in:
denizk0461
2023-08-27 13:04:22 +02:00
parent 6a2607f4ec
commit bd1ae0ac1d
6 changed files with 9 additions and 9 deletions
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
+4 -4
View File
@@ -1,9 +1,9 @@
const cacheName = "denizk0461-Swords _ Stuff-0.0.1"; const cacheName = "denizk0461-Swords _ Stuff-0.0.1";
const contentToCache = [ const contentToCache = [
"Build/0.0.1-uncompressed.loader.js", "Build/0.0.2.loader.js",
"Build/0.0.1-uncompressed.framework.js", "Build/0.0.2.framework.js",
"Build/0.0.1-uncompressed.data", "Build/0.0.2.data",
"Build/0.0.1-uncompressed.wasm", "Build/0.0.2.wasm",
"TemplateData/style.css" "TemplateData/style.css"
]; ];
+4 -4
View File
@@ -57,11 +57,11 @@
} }
var buildUrl = "Build"; var buildUrl = "Build";
var loaderUrl = buildUrl + "/0.0.1-uncompressed.loader.js"; var loaderUrl = buildUrl + "/0.0.2.loader.js";
var config = { var config = {
dataUrl: buildUrl + "/0.0.1-uncompressed.data", dataUrl: buildUrl + "/0.0.2.data",
frameworkUrl: buildUrl + "/0.0.1-uncompressed.framework.js", frameworkUrl: buildUrl + "/0.0.2.framework.js",
codeUrl: buildUrl + "/0.0.1-uncompressed.wasm", codeUrl: buildUrl + "/0.0.2.wasm",
streamingAssetsUrl: "StreamingAssets", streamingAssetsUrl: "StreamingAssets",
companyName: "denizk0461", companyName: "denizk0461",
productName: "Swords _ Stuff", productName: "Swords _ Stuff",