From 8bc930ae48e027aa143f0bfcb4e44a9334752d55 Mon Sep 17 00:00:00 2001 From: iErcann Date: Sat, 25 Jan 2025 21:39:38 +0100 Subject: [PATCH] Testing change --- back/src/scripts/defaultScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/src/scripts/defaultScript.js b/back/src/scripts/defaultScript.js index 43f851f..06c9d2a 100644 --- a/back/src/scripts/defaultScript.js +++ b/back/src/scripts/defaultScript.js @@ -11,7 +11,7 @@ new MapWorld('https://notbloxo.fra1.cdn.digitaloceanspaces.com/Notblox-Assets/wo // Create a basic cube const basicCubeParams = { - position: { x: 0, y: 5, z: -10 }, + position: { x: 0, y: 5, z: -20 }, size: { width: 3, height: 3, depth: 3 }, } new Cube(basicCubeParams)