feat(HInfoComp): 新增卡牌背景节点适配卡池等级和类型

1.  在hnode.prefab中新增BG_node节点引用
2.  实现根据英雄类型和卡池等级切换背景节点显示逻辑
3.  优化卡池等级标识的显示代码结构
This commit is contained in:
panw
2026-05-28 09:07:16 +08:00
parent 68e184c94d
commit 76a37049c7
2 changed files with 49 additions and 8 deletions

View File

@@ -10421,6 +10421,9 @@
"sell_node": {
"__id__": 330
},
"BG_node": {
"__id__": 32
},
"close_node": {
"__id__": 346
},