fix: 调整游戏战斗站位与UI显示参数

1. 修正游戏地平线GAME_LINE数值,调整英雄和怪物的出生站位
2. 修改shadow预制体的缩放、尺寸和填充模式参数
3. 调整地图预制体的元素位置和尺寸
4. 优化技能动画的缩放参数和编辑器冗余配置
This commit is contained in:
panFD
2026-07-20 22:52:43 +08:00
parent 551715ef44
commit 05dc771d4e
6 changed files with 47 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ export enum BoxSet {
LETF_END = -360,
RIGHT_END = 360,
//游戏地平线
GAME_LINE = -90,
GAME_LINE = 80,
}
export enum FacSet {