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

@@ -48,7 +48,7 @@ interface MoveFacConfig {
@ecs.register('MoveSystem')
export class MoveSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate {
private readonly heroFrontAnchorX = -100;
private readonly heroFrontAnchorX = -200;
private readonly monFrontAnchorX = 0;
/** 常规同阵营横向最小间距(英雄) */
private readonly heroAllySpacingX = 100;