feat(ui): 添加英雄信息背景组件并调整属性节点路径
添加新的背景组件资源文件(bg_info.prefab)及相关元数据 修改HInfoComp.ts中属性节点的获取路径以适应新的UI结构 调整ubgs.plist中的边框参数以匹配新设计
This commit is contained in:
@@ -300,10 +300,10 @@
|
||||
"height": 60,
|
||||
"rawWidth": 60,
|
||||
"rawHeight": 60,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderTop": 30,
|
||||
"borderBottom": 30,
|
||||
"borderLeft": 30,
|
||||
"borderRight": 30,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -346,10 +346,10 @@
|
||||
"height": 60,
|
||||
"rawWidth": 60,
|
||||
"rawHeight": 60,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderTop": 30,
|
||||
"borderBottom": 30,
|
||||
"borderLeft": 30,
|
||||
"borderRight": 30,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -392,10 +392,10 @@
|
||||
"height": 54,
|
||||
"rawWidth": 54,
|
||||
"rawHeight": 54,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderTop": 27,
|
||||
"borderBottom": 27,
|
||||
"borderLeft": 27,
|
||||
"borderRight": 27,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user