refactor: 移除SocketIOClient并更新认证场景

- 移除SocketIOClient.gd及.uid文件
- 更新ChatManager以适配新的架构
- 添加认证UI图片资源和背景音乐
- 优化AuthScene布局和配置
- 更新MainScene和项目配置
This commit is contained in:
WhaleTown Developer
2026-01-11 23:12:35 +08:00
parent 749e2c257b
commit 0e5b9f947b
14 changed files with 186 additions and 338 deletions

View File

@@ -90,6 +90,7 @@ func _on_login_success(username: String):
print("用户 ", username, " 登录成功!")
# 连接到聊天服务器(在进入游戏界面之前)
# 注意token 已在 AuthScene._on_controller_login_success 中设置
print("🔌 开始连接聊天服务器...")
ChatManager.connect_to_chat_server()