Skip to content

Commit

Permalink
Update lobby.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 4, 2024
1 parent 02801c0 commit d776044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobby.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ document.body.style.backgroundPosition = "center"; // Centrado
const geometryLobby = new THREE.BoxGeometry();
const materialLobby = new THREE.MeshBasicMaterial({ color: 0x007BFF });
const cubeLobby = new THREE.Mesh(geometryLobby, materialLobby);
cubeLobby.position.y = -10;
cubeLobby.position.y = -6;
cubeLobby.position.z = -10;
sceneLobby.add(cubeLobby);

Expand Down

0 comments on commit d776044

Please sign in to comment.