From c46bc632339fb670f212d5f7ef7885d47aa3824f Mon Sep 17 00:00:00 2001 From: Siddharth Malladi <39798296+SidMalladi@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:33:08 -0700 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 6c54e22..e30772b 100644 --- a/index.html +++ b/index.html @@ -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