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-29 16:58:24 -0500
committerelioat <elioat@tilde.institute>2023-12-29 16:58:24 -0500
commitc03c6131d37c95bda51acce1c86f93769285ec1f (patch)
treee934ff354b0f42a81f521eb0bbedd70f99baded4 /js/game-frame/index.html
parent9f8a386b07f0e4f6a7ad297dfed4264e18d358db (diff)
downloadtour-c03c6131d37c95bda51acce1c86f93769285ec1f.tar.gz
*
Diffstat (limited to 'js/game-frame/index.html')
-rw-r--r--js/game-frame/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/game-frame/index.html b/js/game-frame/index.html
index 8a53a06..ec1826a 100644
--- a/js/game-frame/index.html
+++ b/js/game-frame/index.html
@@ -11,10 +11,6 @@
         <p id="stats"></p>
         <canvas id="gameCanvas"></canvas>
         <p id="dialog"></p>
-        <ul>
-            <li id="coordinates"></li>
-            <li id="canvasCoordinates"></li>
-        </ul>
     </main>
     <script src="game.js"></script>
 </body>