Skip to content

Commit

Permalink
deploy: 4da9201
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent 6d2a8ef commit c203ed5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@joshuafolkken" />
<meta name="twitter:title" content="tic-tac-toe" />
<meta
name="twitter:title"
content="A classic game reimagined, inspired by the 1983 movie WarGames. - joshuafolkken/tic-tac-toe"
/>
<meta
name="twitter:description"
content="A classic game reimagined, inspired by the 1983 movie WarGames."
content="A classic game reimagined, inspired by the 1983 movie WarGames. - joshuafolkken/tic-tac-toe"
/>
<meta
name="twitter:image"
Expand Down Expand Up @@ -113,7 +116,7 @@

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

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 @@ -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 = '1727524089|5391195';
const CACHE_VERSION = '1727525799|5229450';
/** @type {string} */
const CACHE_PREFIX = 'Tic Tac Toe-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;
Expand Down

0 comments on commit c203ed5

Please sign in to comment.