Skip to content

Commit

Permalink
Deploying to gh-pages from @ 05d6168 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed May 14, 2024
1 parent 3aefdab commit 1155cae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,21 @@
overflow: hidden;
touch-action: none;
}
.copy {
max-width: 600px;
margin: auto;

}

a {
color:white;
font-weight: bold;
}
#canvas {
display: block;
max-width: 600px;
min-height:630px;
margin: auto;
}

#canvas:focus {
Expand Down Expand Up @@ -94,10 +106,11 @@
<progress id="status-progress"></progress>
<div id="status-notice"></div>
</div>

<p class="copy">Based on <a href="https://pong-wars.koenvangilst.nl/" rel="nofollow">Pong Wars by Koen van Gilst</a>,
source code <a href="https://github.com/rosskarchner/pong-wars-godot">on github</a>.</p>
<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":1,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":885536,"index.wasm":42426310},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":1,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":1018208,"index.wasm":42426310},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG);

Expand Down
Binary file modified index.pck
Binary file not shown.

0 comments on commit 1155cae

Please sign in to comment.