about summary refs log tree commit diff stats
path: root/html/rogue/index.html
diff options
context:
space:
mode:
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 46a49e3..d677431 100644
--- a/html/rogue/index.html
+++ b/html/rogue/index.html
@@ -22,6 +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/player.js"></script>
     <script src="js/game.js"></script>
 </body>