diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-22 11:37:32 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-22 11:37:32 -0400 |
commit | 91ef7556d0e10b15334ccba18ac5d1cb3b9ee390 (patch) | |
tree | a7dceed443a5b160c39ba0c9738a115e7cfe9a1a /index.html | |
parent | f3fb51ef1d5d5407ea95c8c8b24cdcd9767cd1fa (diff) |
Enemies that can take damage from player bullets.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |