summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>