feat: 弟子名录面板与详情弹窗,完成 D4(管理按钮接线)

This commit is contained in:
2026-08-06 23:42:03 +08:00
parent 03c765ced8
commit 6b5ec33d85
10 changed files with 320 additions and 2 deletions
+4
View File
@@ -13,3 +13,7 @@ func _ready() -> void:
## 顶部 HUD 的返回主菜单请求。
func _on_top_bar_hud_sign_return_mainmenu() -> void:
get_tree().change_scene_to_file("res://src/UI/Panels/MainMenu/MainMenu.tscn")
## 顶部 HUD 的"管理"按钮请求:打开弟子名录面板。
func _on_top_bar_hud_sign_open_disciples() -> void:
$DisciplesPanel.show_panel()