feat: changes flow game
This commit is contained in:
parent
ce3d54ab5f
commit
c0f2f8f19d
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<script>
|
||||
setTimeout(() => {
|
||||
window.location.href = "/game/firstperson.html"
|
||||
window.location.href = "/game/thirdperson.html"
|
||||
}, 5000)
|
||||
</script>
|
||||
</body>
|
||||
|
||||
@ -12,7 +12,7 @@ setTimeout(()=> {
|
||||
}, 1700);
|
||||
|
||||
setTimeout(()=> {
|
||||
window.location.href = "/game/loading.html"
|
||||
window.location.href = "/game/firstperson.html"
|
||||
}, 3000)
|
||||
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user