feat: 为奖励卡片添加类型标识显示功能
- 在 MissionGetsComp 中添加根据 CardKind 显示不同类型标识的逻辑 - 修改 get.prefab 预制体,增加 Atk、Atked、Buff 等类型标识节点 - 默认隐藏 card.prefab 中的两个子节点以优化初始显示状态
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -464,7 +464,7 @@
|
||||
"__id__": 1
|
||||
},
|
||||
"_children": [],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 19
|
||||
@@ -639,7 +639,7 @@
|
||||
"__id__": 1
|
||||
},
|
||||
"_children": [],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 27
|
||||
|
||||
Reference in New Issue
Block a user