Skip to content

Commit

Permalink
13
Browse files Browse the repository at this point in the history
  • Loading branch information
heybobjones committed Jun 25, 2024
1 parent 58ccdd4 commit 4f07a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const gameOverScreen = document.getElementById('gameOver');
const profilePicUpload = document.getElementById('profilePicUpload');
const startGameButton = document.getElementById('startGame');
const flashOverlay = document.getElementById('flashOverlay');
const collisionSound = document.getElementById('collisionSound');

const player = {
x: 50,
Expand Down

0 comments on commit 4f07a30

Please sign in to comment.