Skip to content

Commit

Permalink
Testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
iErcann committed Jan 25, 2025
1 parent 6d80f5f commit 8bc930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/src/scripts/defaultScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8bc930a

Please sign in to comment.