chore(game): 调整英雄前向锚点与每路前排容量参数

This commit is contained in:
panw
2026-05-12 18:09:14 +08:00
parent 4ca593107c
commit e98ea80a6d
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export class MissionHeroCompComp extends CCComp {
/** 三路高度偏移(上路, 中路, 下路) */
private static readonly HERO_LANE_Y_OFFSETS = [100, 0, -100]
/** 每路前排容量 */
private static readonly HERO_LANE_CAP = 3
private static readonly HERO_LANE_CAP = 2
/** 同路内 X 间距 */
private static readonly HERO_GAP_X = 100