继续技能系统重构
This commit is contained in:
@@ -28,7 +28,7 @@ export enum BoxSet {
|
||||
MONSTER_START = 360,
|
||||
END_POINT = 360,
|
||||
//游戏地平线
|
||||
GAME_LINE = 130,
|
||||
GAME_LINE = 0,
|
||||
CSKILL_X = 320,
|
||||
CSKILL_Y = 400,
|
||||
//攻击距离
|
||||
|
||||
@@ -82,19 +82,19 @@ export const getMonList = (quality:number=0)=>{
|
||||
}
|
||||
|
||||
export const HeroPos={
|
||||
0:{pos:v3(-290,-100,0)},
|
||||
1:{pos:v3(0,-100,0)},
|
||||
2:{pos:v3(-100,-100,0)},
|
||||
0:{pos:v3(0,0,0)},
|
||||
1:{pos:v3(0,0,0)},
|
||||
2:{pos:v3(0,0,0)},
|
||||
}
|
||||
export const MonSet = {
|
||||
0:{pos:v3(240,-100,0)},
|
||||
1:{pos:v3(320,-100,0)},
|
||||
2:{pos:v3(360,-100,0)},
|
||||
3:{pos:v3(400,-100,0)},
|
||||
4:{pos:v3(440,-100,0)},
|
||||
5:{pos:v3(480,-100,0)},
|
||||
6:{pos:v3(520,-100,0)},
|
||||
7:{pos:v3(560,-100,0)},
|
||||
0:{pos:v3(240,0,0)},
|
||||
1:{pos:v3(320,0,0)},
|
||||
2:{pos:v3(360,0,0)},
|
||||
3:{pos:v3(400,0,0)},
|
||||
4:{pos:v3(440,0,0)},
|
||||
5:{pos:v3(480,0,0)},
|
||||
6:{pos:v3(520,0,0)},
|
||||
7:{pos:v3(560,0,0)},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user