chore(assets): MegaVirus FTP dir (no space) + editor hints + deploy mkdir

Thai: แก้ 550 จาก MKD Mega Virus — ใช้ Game/public/img/MegaVirus
English: README + deploy 2775; editor help + balloon_boss hint bullet.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-03 08:27:01 +00:00
parent 45a071a1f6
commit 296ee22f52
4 changed files with 22 additions and 2 deletions
+5
View File
@@ -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