summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-23 07:54:11 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-23 07:54:11 -0400
commitba705ff0d1de68d36be42330784ab3ab6812c8ea (patch)
tree6a4bac3ba78a0af2e4d5def8deafdcd09e396676 /index.html
parent4e21f204bfa9f7ad8c949abcb8fe7b13f1325354 (diff)
Parallax background.
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 499bf49..162fc93 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
<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" />