fix(ui): 调整任务卡英雄信息面板的间距和对齐
调整英雄信息面板项间距从130px到135px,并同步更新相关预制体的尺寸和布局参数,以解决显示对齐问题。同时更新ui3.plist中多个精灵的边框设置,优化渲染效果。
This commit is contained in:
@@ -124,7 +124,7 @@ export class MissionCardComp extends CCComp {
|
||||
/** 当前卡池等级(仅影响抽卡来源,不直接改卡槽现有内容) */
|
||||
private poolLv: number = CARD_POOL_INIT_LEVEL;
|
||||
/** 英雄信息面板项间距(像素) */
|
||||
private readonly heroInfoItemGap: number = 130;
|
||||
private readonly heroInfoItemGap: number = 135;
|
||||
/** 英雄信息面板项间额外间距(像素) */
|
||||
private readonly heroInfoItemSpacing: number = 5;
|
||||
/** 英雄信息面板同步计时器(降频刷新用) */
|
||||
|
||||
Reference in New Issue
Block a user