about summary refs log tree commit diff stats
path: root/html/plains/index.html
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2024-12-17 07:14:01 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2024-12-17 07:14:01 -0500
commitf66730b7aeb9494c266260df7eeba8a8e26beb4e (patch)
treeb0f346ae7bb941d92bf846bd9bc998dbc848ae6f /html/plains/index.html
parent2264678588f01b86e986f0820ff7bd875307e584 (diff)
downloadtour-f66730b7aeb9494c266260df7eeba8a8e26beb4e.tar.gz
*
Diffstat (limited to 'html/plains/index.html')
-rw-r--r--html/plains/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/plains/index.html b/html/plains/index.html
index 492e93f..0ca2807 100644
--- a/html/plains/index.html
+++ b/html/plains/index.html
@@ -24,6 +24,7 @@
 </head>
 <body>
     <canvas id="gameCanvas"></canvas>
+    <script src="enemies.js"></script>
     <script src="game.js"></script>
 </body>
 </html>