技能弹道完善

This commit is contained in:
2024-08-28 17:45:51 +08:00
parent 4096a17330
commit 5094cb4f3c
7 changed files with 109 additions and 76 deletions

View File

@@ -29,8 +29,10 @@ export enum BoxSet {
//游戏地平线
GAME_LINE = 10,
CSKILL_X = 280,
CSKILL_Y = 420,
CSKILL_Y = 300,
//攻击距离
ATK_RANGE_X = 85,
MOVE_RANGE_X = 20,
MAX_SKILL_SY = 50,
MAX_SKILL_BY = 80,
}