feat(CardComp): add call_btn node reference
新增卡片组件的呼叫按钮节点绑定,同步更新预制件配置添加对应的节点id引用
This commit is contained in:
@@ -6102,6 +6102,9 @@
|
||||
},
|
||||
"Lock": null,
|
||||
"unLock": null,
|
||||
"call_btn": {
|
||||
"__id__": 307
|
||||
},
|
||||
"name_node": {
|
||||
"__id__": 257
|
||||
},
|
||||
|
||||
@@ -62,6 +62,9 @@ export class CardComp extends CCComp {
|
||||
/** 解锁态图标节点(显示时表示本槽位未锁定,可点击上锁) */
|
||||
@property(Node)
|
||||
unLock: Node = null!
|
||||
|
||||
@property(Node)
|
||||
call_btn: Node = null!
|
||||
/** 英雄卡信息面板(显示 AP / HP) 废弃,改用直接绑定 */
|
||||
// @property(Node)
|
||||
// info_node=null!
|
||||
|
||||
Reference in New Issue
Block a user