diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-23 22:37:19 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-23 22:37:19 -0400 |
commit | e35626532ee4e3e29b26b9415eaac4886484ad68 (patch) | |
tree | 2d91f80cb10f1014d224f1d6e9af52cda6fdca8b /index.html | |
parent | ee937abcfeb7bd65617790936bb6ee25a2b1760a (diff) |
load images programatically.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -7,13 +7,5 @@ </head> <body> <canvas id="canvas"></canvas> - <div style="display:none;"> - <img id="image-background" src="images/background.png" /> - <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> </body> </html> |