feat(equip-system): 新增装备系统核心支持
1. 重构卡牌配置定义,明确Field类型为装备卡并支持单卡多词条 2. 添加装备卡判断和词条计数工具函数 3. 新增EquipListComp装备列表组件 4. 更新aui.plist和预制体UI资源适配新装备系统 5. 补充多词条装备示例配置
This commit is contained in:
@@ -2554,10 +2554,10 @@
|
||||
"height": 81,
|
||||
"rawWidth": 185,
|
||||
"rawHeight": 81,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 92,
|
||||
"borderRight": 92,
|
||||
"borderTop": 40,
|
||||
"borderBottom": 40,
|
||||
"borderLeft": 30,
|
||||
"borderRight": 30,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -2693,9 +2693,9 @@
|
||||
"rawWidth": 185,
|
||||
"rawHeight": 81,
|
||||
"borderTop": 40,
|
||||
"borderBottom": 35,
|
||||
"borderLeft": 92,
|
||||
"borderRight": 92,
|
||||
"borderBottom": 40,
|
||||
"borderLeft": 30,
|
||||
"borderRight": 30,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -2738,10 +2738,10 @@
|
||||
"height": 81,
|
||||
"rawWidth": 185,
|
||||
"rawHeight": 81,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 92,
|
||||
"borderRight": 92,
|
||||
"borderTop": 40,
|
||||
"borderBottom": 40,
|
||||
"borderLeft": 30,
|
||||
"borderRight": 30,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user