1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-08 04:37:13 +08:00

feat(UI): 添加教程开关按钮并优化面板控制逻辑

- 在Starter面板中添加新手教程开关按钮
- 为MakeFeed和SelectInitialFeed面板添加class_name
- 重构UIState中的输入处理逻辑,修复面板切换问题
This commit is contained in:
2026-05-03 16:43:27 +08:00
parent 4d19c61023
commit bc89c93feb
5 changed files with 51 additions and 27 deletions
@@ -1,5 +1,6 @@
@tool
extends FullscreenPanelBase
class_name SelectInitialFeedPanel
@onready var initialFeedSelection: HBoxContainer = $%initialFeedSelection
@onready var initialWeaponSelection: HBoxContainer = $%initialWeaponSelection