summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-05 17:33:25 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-05 17:33:25 -0600
commit69596ba244d6959dfe188ce958542c062b475f75 (patch)
tree91888868f7aa62a6c4c09d8047b49414259e8624 /index.html
parent545e129c7411714e7b40c742a23409629c9f767f (diff)
downloadbbiy-69596ba244d6959dfe188ce958542c062b475f75.tar.gz
bbiy-69596ba244d6959dfe188ce958542c062b475f75.zip
Checkpoint with particles
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index dfaff35..f0ec376 100644
--- a/index.html
+++ b/index.html
@@ -9,9 +9,11 @@
<div style="text-align:center">
<div class="canvas-holder">
<canvas id="game-canvas" width="1000" height="1000"></canvas>
+ <!--
<div class="game-hud" id="hud">
<p>Hello, world!</p>
</div>
+ -->
<div class="menu" style="display: none" id="menu">
</div>
</div>