From 15218074e9a5cbd3fa57014f7f6804b0556976ec Mon Sep 17 00:00:00 2001 From: Matthew Florentino Date: Wed, 3 Dec 2025 16:44:34 +0700 Subject: [PATCH] fix: heart posisition --- src/css/game.css | 2 +- src/js/load.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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