feat(游戏配置): 添加CardKind枚举并更新英雄配置

为卡牌系统添加CardKind枚举类型定义
在heroInfo接口中添加icon字段并更新所有英雄配置
调整ubtns.plist.meta中的边框值
This commit is contained in:
panw
2026-01-16 10:07:09 +08:00
parent 90e6bd755a
commit 8cb52f484e
4 changed files with 1797 additions and 123 deletions

View File

@@ -2784,10 +2784,10 @@
"height": 63,
"rawWidth": 229,
"rawHeight": 63,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 30,
"borderBottom": 31,
"borderLeft": 30,
"borderRight": 30,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,

File diff suppressed because it is too large Load Diff