about summary refs log tree commit diff stats
path: root/html/plains/index.html
diff options
context:
space:
mode:
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>