summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-22 11:37:32 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-22 11:37:32 -0400
commit91ef7556d0e10b15334ccba18ac5d1cb3b9ee390 (patch)
treea7dceed443a5b160c39ba0c9738a115e7cfe9a1a /index.html
parentf3fb51ef1d5d5407ea95c8c8b24cdcd9767cd1fa (diff)
Enemies that can take damage from player bullets.
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 6bfeba4..0258f9d 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
<img id="image-player" src="images/player.png" />
<img id="image-player-bullet" src="images/player-bullet.png" />
<img id="image-map" src="images/map.png" />
+ <img id="image-enemies" src="images/enemies.png" />
</div>
</body>
</html>