feat: changes flow game

This commit is contained in:
chocomett 2025-12-15 23:58:20 +07:00
parent ce3d54ab5f
commit c0f2f8f19d
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
</div>
<script>
setTimeout(() => {
window.location.href = "/game/firstperson.html"
window.location.href = "/game/thirdperson.html"
}, 5000)
</script>
</body>

View File

@ -12,7 +12,7 @@ setTimeout(()=> {
}, 1700);
setTimeout(()=> {
window.location.href = "/game/loading.html"
window.location.href = "/game/firstperson.html"
}, 3000)

View File

@ -27,7 +27,7 @@ session_start();
?>
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
<div class="menu">
<a class="hover-btn" data-aos="zoom-out" data-aos-duration="2000" href="game/thirdperson.html">Game Start</a>
<a class="hover-btn" data-aos="zoom-out" data-aos-duration="2000" href="game/loading.html">Game Start</a>
<a class="hover-btn" data-aos="zoom-out" data-aos-duration="2000" href="leaderboard.php">leaderboard</a>
<a class="hover-btn" data-aos="zoom-out" data-aos-duration="2000" href="credit.html">Credit</a>
<a class="hover-btn" data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>