summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-23 22:37:19 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-23 22:37:19 -0400
commite35626532ee4e3e29b26b9415eaac4886484ad68 (patch)
tree2d91f80cb10f1014d224f1d6e9af52cda6fdca8b /index.html
parentee937abcfeb7bd65617790936bb6ee25a2b1760a (diff)
load images programatically.
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/index.html b/index.html
index f0d59f1..de7e2d0 100644
--- a/index.html
+++ b/index.html
@@ -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>