codebeater - Beta Launch #10

Merged
5803025047 merged 103 commits from dev into main 2025-12-15 11:20:48 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 15218074e9 - Show all commits

View File

@ -104,7 +104,7 @@
.container-first .hearts { .container-first .hearts {
position: absolute; position: absolute;
bottom: 42%; top: 322px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
image-rendering: pixelated; image-rendering: pixelated;

View File

@ -1,3 +1,3 @@
setTimeout(()=> { setTimeout(()=> {
window.location.href = "/game/firstperson.html" window.location.href = "/game/firstperson.html"
}, 10000) }, 5000)