Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7774f14 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
singerbj committed May 3, 2024
1 parent 6345e27 commit 543f0a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<script src="coi-serviceworker.min.js"></script>
<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":14001728,"index.wasm":35649444},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"index.service.worker.js"};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":14001680,"index.wasm":35649444},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"index.service.worker.js"};
const engine = new Engine(GODOT_CONFIG);

(function () {
Expand Down
Binary file modified index.pck
Binary file not shown.
2 changes: 1 addition & 1 deletion index.service.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// that they need an Internet connection to run the project if desired.
// Incrementing CACHE_VERSION will kick off the install event and force
// previously cached resources to be updated from the network.
const CACHE_VERSION = "1714604529|11041383";
const CACHE_VERSION = "1714776700|10767781";
const CACHE_PREFIX = "bag-tag-sw-cache-";
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;
const OFFLINE_URL = "index.offline.html";
Expand Down

0 comments on commit 543f0a5

Please sign in to comment.