feat(card): 添加卡牌等级视觉区分与配置调整
- 在卡牌预制件中新增背景(BG_node)、普通边框(NF_node)和高阶边框(HF_node)节点 - 根据卡牌等级和英雄等级动态显示对应的背景和边框样式 - 调整卡牌等级枚举定义,移除LV6并重命名为CardLV - 为CardConfig接口添加card_lv字段以支持独立卡牌等级 - 优化buff提示框的布局和字体大小
This commit is contained in:
@@ -8650,6 +8650,15 @@
|
||||
"Ckind_node": {
|
||||
"__id__": 343
|
||||
},
|
||||
"BG_node": {
|
||||
"__id__": 2
|
||||
},
|
||||
"NF_node": {
|
||||
"__id__": 118
|
||||
},
|
||||
"HF_node": {
|
||||
"__id__": 172
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user