about summary refs log tree commit diff stats
path: root/html/rogue/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-27 08:08:29 -0500
committerelioat <elioat@tilde.institute>2024-12-27 08:08:29 -0500
commitea50f9ee0875b9230174996af0f92922f747b974 (patch)
tree9c419f1af57bd6195a559137d9a004aabc4fb96a /html/rogue/index.html
parent6ea87b4e0a8cddca95c0a4f2b36264e7430e74aa (diff)
downloadtour-ea50f9ee0875b9230174996af0f92922f747b974.tar.gz
*
Diffstat (limited to 'html/rogue/index.html')
-rw-r--r--html/rogue/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/rogue/index.html b/html/rogue/index.html
index 79aac67..46a49e3 100644
--- a/html/rogue/index.html
+++ b/html/rogue/index.html
@@ -19,6 +19,9 @@
 </head>
 <body>
     <canvas id="gameCanvas"></canvas>
+    <script src="js/config.js"></script>
+    <script src="js/hexGrid.js"></script>
+    <script src="js/camera.js"></script>
     <script src="js/player.js"></script>
     <script src="js/game.js"></script>
 </body>