Skip to content

Commit 00fa8d7

Browse files
chore: update Dev Simulator to v1.0.12
1 parent acc7e4a commit 00fa8d7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/games/dev-simulator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
<script src="index.js"></script>
114114
<script>
115-
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":3669620,"index.wasm":37686550},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4,"serviceWorker":"index.service.worker.js"};
115+
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":3669748,"index.wasm":37686550},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4,"serviceWorker":"index.service.worker.js"};
116116
const GODOT_THREADS_ENABLED = false;
117117
const engine = new Engine(GODOT_CONFIG);
118118

128 Bytes
Binary file not shown.

public/games/dev-simulator/index.service.worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Incrementing CACHE_VERSION will kick off the install event and force
55
// previously cached resources to be updated from the network.
66
/** @type {string} */
7-
const CACHE_VERSION = '1774588129|4107219';
7+
const CACHE_VERSION = '1774928770|4816217';
88
/** @type {string} */
99
const CACHE_PREFIX = 'Dev Simulator-sw-cache-';
1010
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;

0 commit comments

Comments
 (0)