Skip to content

Commit

Permalink
Better dragon match
Browse files Browse the repository at this point in the history
  • Loading branch information
Norskov committed Jun 12, 2024
1 parent 61f87b2 commit c0f5942
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 104 deletions.
34 changes: 0 additions & 34 deletions hexgen-v2/hexgen.apple-touch-icon.png.import

This file was deleted.

2 changes: 1 addition & 1 deletion hexgen-v2/hexgen.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<script src="hexgen.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"hexgen","experimentalVK":false,"fileSizes":{"hexgen.pck":10723248,"hexgen.wasm":40944965},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"hexgen.service.worker.js"};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"hexgen","experimentalVK":false,"fileSizes":{"hexgen.pck":10723552,"hexgen.wasm":40944965},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"hexgen.service.worker.js"};
const GODOT_THREADS_ENABLED = true;
const engine = new Engine(GODOT_CONFIG);

Expand Down
34 changes: 0 additions & 34 deletions hexgen-v2/hexgen.icon.png.import

This file was deleted.

Binary file modified hexgen-v2/hexgen.pck
Binary file not shown.
34 changes: 0 additions & 34 deletions hexgen-v2/hexgen.png.import

This file was deleted.

2 changes: 1 addition & 1 deletion hexgen-v2/hexgen.service.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Incrementing CACHE_VERSION will kick off the install event and force
// previously cached resources to be updated from the network.
/** @type {string} */
const CACHE_VERSION = '1718116021|1064671320';
const CACHE_VERSION = '1718176594|61637281894';
/** @type {string} */
const CACHE_PREFIX = 'Hexgen-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;
Expand Down

0 comments on commit c0f5942

Please sign in to comment.