fix: 调整游戏地平线高度与UI、场景位置

统一修正游戏内角色控制器UI位置、地图物体Y轴偏移
调整游戏地平线基准值,修复场景显示偏移问题
This commit is contained in:
pan
2026-08-13 17:29:53 +08:00
parent d06c99e2f1
commit d54e6ce1d6
3 changed files with 26 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export enum BoxSet {
LETF_END = -360,
RIGHT_END = 360,
//游戏地平线
GAME_LINE = 160,
GAME_LINE = 10,
/** 技能/装备各自独立的上限 */
BOX_MAX = 6,
}