fix: 调整游戏地图元素和UI控件的位置与可见性

- 提升游戏地平线高度以改善视觉体验
- 重新定位地图中的多个对象,优化场景布局
- 隐藏部分UI控件并调整对齐方式,适配新的布局
This commit is contained in:
panw
2026-03-25 15:52:23 +08:00
parent 4ac9f5c06f
commit b778b6d128
3 changed files with 16 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ export enum BoxSet {
LETF_END = -420,
RIGHT_END = 420,
//游戏地平线
GAME_LINE = -90,
GAME_LINE = -40,
//攻击距离
}