Skip to content

Commit

Permalink
Deploying to gh-pages from @ 60e1fb7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed May 14, 2024
1 parent 21091d9 commit a02780c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
touch-action: none;
}

a{
color:white;
font-weight: bold;
}

#canvas {
display: block;

Expand Down Expand Up @@ -105,7 +110,7 @@
</div>
<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":1,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":885552,"index.wasm":42426310},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":1,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":885536,"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 a02780c

Please sign in to comment.