Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SidMalladi authored Oct 21, 2023
1 parent 68332a1 commit c46bc63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
ballMesh = undefined,
ballRadius = 0.25,
keyAxis = [0, 0],
ironTexture = THREE.ImageUtils.loadTexture('/ball.png'),
planeTexture = THREE.ImageUtils.loadTexture('/concrete.png'),
brickTexture = THREE.ImageUtils.loadTexture('/brick.png'),
ironTexture = THREE.ImageUtils.loadTexture('./ball.png'),
planeTexture = THREE.ImageUtils.loadTexture('./concrete.png'),
brickTexture = THREE.ImageUtils.loadTexture('./brick.png'),
gameState = undefined,

// Box2D shortcuts
Expand Down

0 comments on commit c46bc63

Please sign in to comment.