feat(skillBox): 优化技能框UI表现与图标逻辑

1. 调整ui3.plist.meta的边框内边距为25
2. 新增技能框背景颜色节点,根据等级切换对应配色
3. 增加自定义图标支持,优化多类型技能图标加载逻辑
This commit is contained in:
panFD
2026-06-20 16:00:52 +08:00
parent 4d6403e362
commit 735bf205fd
5 changed files with 2884 additions and 796 deletions

View File

@@ -6878,10 +6878,10 @@
"height": 58,
"rawWidth": 56,
"rawHeight": 58,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 25,
"borderBottom": 25,
"borderLeft": 25,
"borderRight": 25,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,