role 也转为使用hero 预制体

This commit is contained in:
2024-09-02 17:15:30 +08:00
parent 83bd06334f
commit 8b9c04eae3
15 changed files with 299 additions and 223 deletions

View File

@@ -24,14 +24,14 @@ export enum BoxSet {
LETF_END = -420,
RIGHT_END = 420,
HERO_START = -260,
MONSTER_START = 300,
MONSTER_START = 400,
END_POINT = 360,
//游戏地平线
GAME_LINE = 120,
GAME_LINE = 100,
CSKILL_X = 320,
CSKILL_Y = 200,
CSKILL_Y = 400,
//攻击距离
ATK_RANGE_X = 85,
ATK_RANGE_X = 150,
MOVE_RANGE_X = 20,
MAX_SKILL_SY = 50,
MAX_SKILL_BY = 80,