fix(英雄): 调整多个英雄的模型位置与站位参数
- 更新多个英雄预制体中的局部位置_y坐标,修正模型显示位置 - 调整近战英雄的阵型起始X坐标为-20,远程英雄统一为100 - 增加友军横向最小间距从50到60,优化战斗中的站位分布 - 修正部分英雄的嵌套预制体配置
This commit is contained in:
@@ -20,9 +20,9 @@ export const HeroPos={
|
||||
}
|
||||
|
||||
export const FormationPointX = {
|
||||
[HType.Melee]: 0,
|
||||
[HType.Melee]: -20,
|
||||
[HType.Mid]: 100,
|
||||
[HType.Long]: 120,
|
||||
[HType.Long]: 100,
|
||||
} as const;
|
||||
|
||||
export const HeroDisVal: Record<HType.Melee | HType.Mid | HType.Long, number> = {
|
||||
|
||||
Reference in New Issue
Block a user