mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 16:01:53 +08:00
feat(角色卡片): 添加新角色卡片资源并优化显示逻辑
添加猞猁、牧羊犬和氰化氢的角色卡片资源 优化卡片选中状态的动画显示逻辑 调整卡片样式和主题配置 移除冗余的panel节点引用
This commit is contained in:
@@ -210,3 +210,7 @@ func rebuildInfo():
|
||||
getCurrentSelectedCharacter().animator.play("show")
|
||||
)
|
||||
charactersBox.add_child(card)
|
||||
if selectedCharacter == card.name:
|
||||
card.animator.play("show")
|
||||
else:
|
||||
card.animator.play("hide")
|
||||
|
||||
Reference in New Issue
Block a user