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-28 17:24:34 -0500
committerelioat <elioat@tilde.institute>2024-12-28 17:24:34 -0500
commitb4bbc90048e9cbcfeda046a41b347f655c0690e6 (patch)
tree1551ff8b55a09ead3cf8846893de23fbad815ef1 /html/rogue/index.html
parent5e712f625536390a28bbf66829bd26f3f84a189c (diff)
downloadtour-b4bbc90048e9cbcfeda046a41b347f655c0690e6.tar.gz
*
Diffstat (limited to 'html/rogue/index.html')
-rw-r--r--html/rogue/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/rogue/index.html b/html/rogue/index.html
index 47ad50f..655c4cb 100644
--- a/html/rogue/index.html
+++ b/html/rogue/index.html
@@ -20,6 +20,7 @@
 <body>
     <canvas id="gameCanvas"></canvas>
     <script src="js/config.js"></script>
+    <script src="js/animation.js"></script>
     <script src="js/hex.js"></script>
     <script src="js/camera.js"></script>
     <script src="js/fow.js"></script>