Dar el mensaje más tarde así no se oculta por otros mensajes

This commit is contained in:
Nulo 2021-07-06 23:17:28 +00:00
parent 7d3664ac86
commit 08d79d1e14
1 changed files with 5 additions and 5 deletions

View File

@ -305,6 +305,11 @@ async function initJuego() {
};
window.requestAnimationFrame(loop);
console.log(
"%c¡Hola curiosx! Podés ver el código completo en https://gitea.nulo.in/Nulo/salva-la-costanera. ¡Suerte!",
"color:green;font-size:3rem;font-weight:bold"
);
}
const fullscreenEl = document.getElementById("full-screen")!;
@ -321,8 +326,3 @@ if ("requestFullscreen" in document.documentElement) {
}
initJuego();
console.log(
"%c¡Hola curiosx! Podés ver el código completo en https://gitea.nulo.in/Nulo/salva-la-costanera. ¡Suerte!",
"color:green;font-size:3rem;font-weight:bold"
);