From c0f2f8f19dad74ca80e7c26dcc20f77461b1cd40 Mon Sep 17 00:00:00 2001 From: chocomett Date: Mon, 15 Dec 2025 23:58:20 +0700 Subject: [PATCH] feat: changes flow game --- src/game/loading.html | 2 +- src/js/thirdperson.js | 2 +- src/onboard.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/loading.html b/src/game/loading.html index 20dd048..f86e8fb 100644 --- a/src/game/loading.html +++ b/src/game/loading.html @@ -20,7 +20,7 @@ diff --git a/src/js/thirdperson.js b/src/js/thirdperson.js index 331e40b..d1dedb4 100644 --- a/src/js/thirdperson.js +++ b/src/js/thirdperson.js @@ -12,7 +12,7 @@ setTimeout(()=> { }, 1700); setTimeout(()=> { - window.location.href = "/game/loading.html" + window.location.href = "/game/firstperson.html" }, 3000) diff --git a/src/onboard.php b/src/onboard.php index 3dcd6e2..5f6381d 100644 --- a/src/onboard.php +++ b/src/onboard.php @@ -27,7 +27,7 @@ session_start(); ?>

👾 codebeater 👾