Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
heybobjones committed Jun 25, 2024
1 parent ff73e2c commit 069f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<center><input type="file" id="profilePicUpload" accept="image/*">
<button id="startGame">Start Game</button></div></center>
</div>
<audio id="collisionSound" src="/images/collision.mp3"></audio>
<audio id="collisionSound" src="https://github.com/heybobjones/dodgy-dodger/blob/main/images/collision.mp3"></audio>
<audio id="gameOverSound" src="gameover.mp3"></audio>
<audio id="backgroundMusic" src="background.mp3" loop></audio>
<script src="script.js"></script>
Expand Down

0 comments on commit 069f662

Please sign in to comment.