about summary refs log tree commit diff stats
path: root/js/game-frame/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-12-28 18:11:21 -0500
committerelioat <elioat@tilde.institute>2023-12-28 18:11:21 -0500
commit2768352165dea9aa273a500885d4cea71becbdcd (patch)
tree25b2c620f8f7b3b1010969ca123cc2ffca6d3b9a /js/game-frame/index.html
parentc49f8d5dde2cc34036be6ee953ffef92a688fd28 (diff)
downloadtour-2768352165dea9aa273a500885d4cea71becbdcd.tar.gz
cooking with fire
Diffstat (limited to 'js/game-frame/index.html')
-rw-r--r--js/game-frame/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/game-frame/index.html b/js/game-frame/index.html
index 6585662..a18d1d2 100644
--- a/js/game-frame/index.html
+++ b/js/game-frame/index.html
@@ -8,7 +8,11 @@
 </head>
 <body>
     <main>
-        <p id="coordinates"></p>
+        <ul>
+            <li id="coordinates"></li>
+            <li id="canvasCoordinates"></li>
+        </ul>
+        <p id="stats"></p>
         <canvas id="gameCanvas"></canvas>
     </main>
     <script src="game.js"></script>