1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(多人游戏): 添加多人游戏状态管理和服务器配置功能

- 新增 MultiplayerState 类管理连接状态和服务器操作
- 在 Starter 面板中添加服务器配置和状态显示
- 实现服务器启动和最大玩家数设置功能
This commit is contained in:
2025-11-09 15:19:21 +08:00
parent 92c3e89879
commit d4e5a11e3d
5 changed files with 112 additions and 18 deletions
@@ -15,9 +15,6 @@ func showPanel(args: Array = []):
animator.play("show")
await animator.animation_finished
func _ready():
visible = false
# 钩子
func beforeOpen(_args: Array = []):
pass