refactor: 调整怪物波次配置与优化同阵营间距计算

- 调整第一波怪物配置,将原近战Boss与近战小怪替换为近战Boss与远程小怪
- 增加怪物槽位及同阵营单位的横向间距,提升视觉清晰度
- 优化同阵营单位间距计算逻辑,为Boss单位提供更大的间隔空间
This commit is contained in:
panw
2026-04-08 10:38:40 +08:00
parent e7b0d55e36
commit 18d8d20056
3 changed files with 16 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ export class MissionMonCompComp extends CCComp {
/** 第一个槽位的 X 坐标起点 */
private static readonly MON_SLOT_START_X = 50;
/** 槽位间的 X 间距 */
private static readonly MON_SLOT_X_INTERVAL = 60;
private static readonly MON_SLOT_X_INTERVAL = 65;
/** 怪物出生掉落高度 */
private static readonly MON_DROP_HEIGHT = 280;
/** 最大槽位数 */