minigame 5 jumper 1.1

This commit is contained in:
2026-05-01 06:03:06 +00:00
parent aacc7c6e08
commit 2f77cc1669
33 changed files with 1145 additions and 94 deletions
+5
View File
@@ -33,6 +33,11 @@ GA="$DST/Game/public/img/gauntlet-assets"
mkdir -p "$GA"
chown www-data:www-data "$GA"
chmod 2775 "$GA"
# Jump Survival (Jumper) — โฟลเดอร์รูป; FTP มัก MKD ไม่ได้ถ้ายังไม่มีบนเซิร์ฟ
JUMPER="$DST/Game/public/img/Jumper"
mkdir -p "$JUMPER"
chown www-data:www-data "$JUMPER"
chmod 2775 "$JUMPER"
GAME_SRV_HASH_AFTER="$(hash_game_server_js "$GAME_SERVER_JS")"
if [[ -n "$GAME_SRV_HASH_AFTER" && "$GAME_SRV_HASH_BEFORE" != "$GAME_SRV_HASH_AFTER" ]]; then