diff --git a/scripts/deploy-www.sh b/scripts/deploy-www.sh index 1f7e18a..0b3f6f3 100755 --- a/scripts/deploy-www.sh +++ b/scripts/deploy-www.sh @@ -73,6 +73,11 @@ TOWER_BLOCK_IMG="$DST/Game/public/img/TowerBlock" mkdir -p "$TOWER_BLOCK_IMG" chown www-data:www-data "$TOWER_BLOCK_IMG" chmod 2775 "$TOWER_BLOCK_IMG" +# balloon_boss (Mega Virus) — อย่าใช้ "Mega Virus" มี space (FTP MKD มัก 550) +MEGA_VIRUS_IMG="$DST/Game/public/img/MegaVirus" +mkdir -p "$MEGA_VIRUS_IMG" +chown www-data:www-data "$MEGA_VIRUS_IMG" +chmod 2775 "$MEGA_VIRUS_IMG" 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 diff --git a/www/html/Game/public/editor.html b/www/html/Game/public/editor.html index e634972..c010726 100644 --- a/www/html/Game/public/editor.html +++ b/www/html/Game/public/editor.html @@ -322,7 +322,7 @@
choices · พรีวิวนับ 3-2-1 ไฮไลต์โซนข้อถูก (หรือใส่ countdownHighlightSlot 1–16 ต่อข้อใน quizQuestions) · correctIndex / answerTrueGame/public/img/TowerBlock (ไม่มีช่องว่าง) — ชื่อ Tower block มี space มักได้ FTP 550Game/public/img/MegaVirus (ไม่มีช่องว่าง) — โฟลเดอร์ Mega Virus มี space มักได้ FTP 550gridImageSprites (ไฟล์ใหญ่ = JSON ใหญ่)