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

feat: 添加角色选择系统及相关功能

新增角色卡片组件和角色选择逻辑
实现角色卡片动画效果和交互功能
添加初始角色数据配置
修改启动面板以支持角色选择
更新主题样式和UI布局
This commit is contained in:
2026-05-04 19:52:04 +08:00
parent e8ee2932bb
commit 492373a48e
13 changed files with 415 additions and 46 deletions
+13
View File
@@ -0,0 +1,13 @@
class_name Watcher
signal changed()
var currentState = null
func _init(initialState):
currentState = initialState
func setState(newState):
if newState != currentState:
currentState = newState
changed.emit()
+1
View File
@@ -0,0 +1 @@
uid://7uhyhrta5ld1