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:
@@ -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()
|
||||
@@ -0,0 +1 @@
|
||||
uid://7uhyhrta5ld1
|
||||
Reference in New Issue
Block a user