Spaces:
Running
on
A10G
Running
on
A10G
GitLab CI
commited on
Commit
·
0f0d819
1
Parent(s):
d82c094
Update game build from GitLab CI
Browse files
server/static/godot/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":
|
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":23928416,"index.wasm":35376909},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"index.service.worker.js"};
|
102 |
const GODOT_THREADS_ENABLED = false;
|
103 |
const engine = new Engine(GODOT_CONFIG);
|
104 |
|
server/static/godot/index.pck
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc25f8c4e08964704f675bec0fc71408b0481a9565efd980f6c12359043771a
|
3 |
+
size 23928416
|
server/static/godot/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 = '
|
8 |
/** @type {string} */
|
9 |
const CACHE_PREFIX = 'Magame-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 = '1738358916|11408733';
|
8 |
/** @type {string} */
|
9 |
const CACHE_PREFIX = 'Magame-sw-cache-';
|
10 |
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;
|