Dar el mensaje más tarde así no se oculta por otros mensajes
This commit is contained in:
parent
7d3664ac86
commit
08d79d1e14
1 changed files with 5 additions and 5 deletions
10
src/main.ts
10
src/main.ts
|
@ -305,6 +305,11 @@ async function initJuego() {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.requestAnimationFrame(loop);
|
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")!;
|
const fullscreenEl = document.getElementById("full-screen")!;
|
||||||
|
@ -321,8 +326,3 @@ if ("requestFullscreen" in document.documentElement) {
|
||||||
}
|
}
|
||||||
|
|
||||||
initJuego();
|
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"
|
|
||||||
);
|
|
||||||
|
|
Loading…
Reference in a new issue