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:26:29 -0500
committerelioat <elioat@tilde.institute>2024-12-27 08:26:29 -0500
commit17a21fefda47f5c6d70c450dd6782e1c1e2d5877 (patch)
treef2f1efdfbb7ae17bf6824308adbb11c5a6a68115 /html/rogue/index.html
parent73ae9acf92c4561868118a3fa38724c891ba0a8e (diff)
downloadtour-17a21fefda47f5c6d70c450dd6782e1c1e2d5877.tar.gz
*
Diffstat (limited to 'html/rogue/index.html')
-rw-r--r--html/rogue/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rogue/index.html b/html/rogue/index.html
index d677431..f3338b0 100644
--- a/html/rogue/index.html
+++ b/html/rogue/index.html
@@ -22,7 +22,7 @@
     <script src="js/config.js"></script>
     <script src="js/hexGrid.js"></script>
     <script src="js/camera.js"></script>
-    <script src="js/fogOfWar.js"></script>
+    <script src="js/fow.js"></script>
     <script src="js/player.js"></script>
     <script src="js/game.js"></script>
 </body>