summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-22 16:36:12 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-22 16:36:12 -0400
commitaa252183bb70e0a1d8feffeca25b149a49e30ee6 (patch)
treed0c014c7e5cc2f7ae638e5a4ac0e2e180fdbcadf /index.html
parent91ef7556d0e10b15334ccba18ac5d1cb3b9ee390 (diff)
Enemy bullets and level scrolling.
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 0258f9d..499bf49 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
<div style="display:none;">
<img id="image-player" src="images/player.png" />
<img id="image-player-bullet" src="images/player-bullet.png" />
+ <img id="image-enemy-bullets" src="images/enemy-bullets.png" />
<img id="image-map" src="images/map.png" />
<img id="image-enemies" src="images/enemies.png" />
</div>