Fix 40250 classic login and world loading

This commit is contained in:
shen
2026-09-02 07:03:25 +08:00
parent 8f61990a83
commit 44bdcb0781
17 changed files with 446 additions and 45 deletions
+1
View File
@@ -3,4 +3,5 @@
# 登录 → 选人 → 进游戏。资源用仓库内 assets/。
cd "$(dirname "$0")"
export MT_ASSETS="$PWD/assets"
export MT_PROTOCOL="${MT_PROTOCOL:-classic}"
exec "${GODOT:-godot}" --path project res://client_main.tscn "$@"