diff --git a/src/css/game.css b/src/css/game.css index a0a41a0..e59beb7 100644 --- a/src/css/game.css +++ b/src/css/game.css @@ -104,7 +104,7 @@ .container-first .hearts { position: absolute; - bottom: 42%; + top: 322px; left: 50%; transform: translateX(-50%); image-rendering: pixelated; diff --git a/src/js/load.js b/src/js/load.js index f3cd327..d2fee5a 100644 --- a/src/js/load.js +++ b/src/js/load.js @@ -1,3 +1,3 @@ setTimeout(()=> { window.location.href = "/game/firstperson.html" -}, 10000) \ No newline at end of file +}, 5000) \ No newline at end of file