about summary refs log tree commit diff stats
path: root/html/rogue/index.html
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2024-12-27 10:12:40 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2024-12-27 10:12:40 -0500
commit558906f2349403e781c78e0385b70a08d320a21e (patch)
tree3fe1985fbd0f7c8cb131e940b9ba4e42a4c3cc6f /html/rogue/index.html
parent17a21fefda47f5c6d70c450dd6782e1c1e2d5877 (diff)
downloadtour-558906f2349403e781c78e0385b70a08d320a21e.tar.gz
*
Diffstat (limited to 'html/rogue/index.html')
-rw-r--r--html/rogue/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/html/rogue/index.html b/html/rogue/index.html
index f3338b0..5d1b52b 100644
--- a/html/rogue/index.html
+++ b/html/rogue/index.html
@@ -19,8 +19,10 @@
 </head>
 <body>
     <canvas id="gameCanvas"></canvas>
+    <img id="catIdle" src="assets/FreeCatCharacterAnimations/1_Cat_Idle-Sheet.png" style="display: none;">
+    <img id="catRun" src="assets/FreeCatCharacterAnimations/2_Cat_Run-Sheet.png" style="display: none;">
     <script src="js/config.js"></script>
-    <script src="js/hexGrid.js"></script>
+    <script src="js/hex.js"></script>
     <script src="js/camera.js"></script>
     <script src="js/fow.js"></script>
     <script src="js/player.js"></script>