Skip to content

Commit

Permalink
Another update to Hexgen V2
Browse files Browse the repository at this point in the history
  • Loading branch information
Norskov committed Jun 11, 2024
1 parent c11c6b2 commit 506fbcf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hexgen-v2/hexgen.apple-touch-icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://cyefkh21in4h5"
uid="uid://dkay1h3gbfnep"
path="res://.godot/imported/hexgen.apple-touch-icon.png-84f26aa321d7d6c80cb8f24463235011.ctex"
metadata={
"vram_texture": false
Expand Down
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":10793872,"hexgen.wasm":40944965},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"hexgen.service.worker.js"};
const GODOT_THREADS_ENABLED = true;
const engine = new Engine(GODOT_CONFIG);

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

importer="texture"
type="CompressedTexture2D"
uid="uid://cojcqe6elsfkn"
uid="uid://5orycbehm310"
path="res://.godot/imported/hexgen.icon.png-ef53e97877784bc07cc2f3c87193e8bb.ctex"
metadata={
"vram_texture": false
Expand Down
Binary file modified hexgen-v2/hexgen.pck
Binary file not shown.
2 changes: 1 addition & 1 deletion hexgen-v2/hexgen.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://c80e71q471i10"
uid="uid://blnosy8v65sor"
path="res://.godot/imported/hexgen.png-b6df19d0c7c81461faa9fcbc066c8686.ctex"
metadata={
"vram_texture": false
Expand Down
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 = '1718117522|2565566052';
/** @type {string} */
const CACHE_PREFIX = 'Hexgen-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;
Expand Down

0 comments on commit 506fbcf

Please sign in to comment.