PhilSad commited on
Commit
b32e08a
·
verified ·
1 Parent(s): 9828e10

Upload 14 files

Browse files
Files changed (3) hide show
  1. index.html +1 -1
  2. index.pck +2 -2
  3. index.service.worker.js +1 -1
index.html CHANGED
@@ -98,7 +98,7 @@ body {
98
 
99
  <script src="index.js"></script>
100
  <script>
101
- const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":129393856,"index.wasm":43016933},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"index.service.worker.js"};
102
  const GODOT_THREADS_ENABLED = false;
103
  const engine = new Engine(GODOT_CONFIG);
104
 
 
98
 
99
  <script src="index.js"></script>
100
  <script>
101
+ const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":129393936,"index.wasm":43016933},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"index.service.worker.js"};
102
  const GODOT_THREADS_ENABLED = false;
103
  const engine = new Engine(GODOT_CONFIG);
104
 
index.pck CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3668d5df9394730f5f3f2491528ac226323b26d03ae3cb769b69e39e0dff1846
3
- size 129393856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5e721ab19b1a44670cf2a232901eb0cf55d2e5f734cfb380aa616b9cdc4e2c
3
+ size 129393936
index.service.worker.js CHANGED
@@ -4,7 +4,7 @@
4
  // Incrementing CACHE_VERSION will kick off the install event and force
5
  // previously cached resources to be updated from the network.
6
  /** @type {string} */
7
- const CACHE_VERSION = '1737874034|4250569023';
8
  /** @type {string} */
9
  const CACHE_PREFIX = 'GodotProject-sw-cache-';
10
  const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;
 
4
  // Incrementing CACHE_VERSION will kick off the install event and force
5
  // previously cached resources to be updated from the network.
6
  /** @type {string} */
7
+ const CACHE_VERSION = '1737973893|596595325';
8
  /** @type {string} */
9
  const CACHE_PREFIX = 'GodotProject-sw-cache-';
10
  const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;