diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-23 07:54:11 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-23 07:54:11 -0400 |
commit | ba705ff0d1de68d36be42330784ab3ab6812c8ea (patch) | |
tree | 6a4bac3ba78a0af2e4d5def8deafdcd09e396676 /index.html | |
parent | 4e21f204bfa9f7ad8c949abcb8fe7b13f1325354 (diff) |
Parallax background.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" /> |