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 30dc670 commit b88732a
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 @@ -11,7 +11,7 @@ document.body.appendChild(renderer.domElement);
// Fondo del lobby con la imagen "roman.jpg"
document.body.style.margin = "0"; // Elimina márgenes
document.body.style.overflow = "hidden"; // Evita scroll
document.body.style.backgroundImage = "url('./roman.jpg')"; // Ruta de la imagen
document.body.style.backgroundImage = "url('/roman.jpg')"; // Ruta de la imagen
document.body.style.backgroundSize = "cover"; // Que la imagen cubra todo el fondo
document.body.style.backgroundPosition = "center"; // Centrado

Expand Down

0 comments on commit b88732a

Please sign in to comment.