地图动画,将英雄位置调整
This commit is contained in:
@@ -46,19 +46,30 @@ export const getMonList = ()=>{
|
||||
}
|
||||
|
||||
export const HeroPos={
|
||||
0:{pos:v3(-240,105,0)},
|
||||
1:{pos:v3(0,105,0)},
|
||||
2:{pos:v3(0,105,0)},
|
||||
0:{pos:v3(-240,120,0)},
|
||||
1:{pos:v3(0,120,0)},
|
||||
2:{pos:v3(0,120,0)},
|
||||
}
|
||||
export const MonSet = {
|
||||
0:{pos:v3(240,115,0)},
|
||||
1:{pos:v3(240,95,0)},
|
||||
2:{pos:v3(320,115,0)},
|
||||
3:{pos:v3(320,95,0)},
|
||||
4:{pos:v3(360,115,0)},
|
||||
5:{pos:v3(360,95,0)},
|
||||
6:{pos:v3(400,115,0)},
|
||||
7:{pos:v3(400,95,0)},
|
||||
0:{pos:v3(240,130,0)},
|
||||
1:{pos:v3(240,110,0)},
|
||||
2:{pos:v3(300,130,0)},
|
||||
3:{pos:v3(300,110,0)},
|
||||
4:{pos:v3(320,130,0)},
|
||||
5:{pos:v3(320,110,0)},
|
||||
6:{pos:v3(360,130,0)},
|
||||
7:{pos:v3(360,110,0)},
|
||||
8:{pos:v3(400,130,0)},
|
||||
9:{pos:v3(400,110,0)},
|
||||
10:{pos:v3(440,130,0)},
|
||||
11:{pos:v3(440,110,0)},
|
||||
}
|
||||
|
||||
export enum MonStart {
|
||||
SLINE_1=130, //上线y
|
||||
SLINE_2=110, //下线y
|
||||
START_X=240, //x起始点
|
||||
START_I=60, //x轴间隔
|
||||
}
|
||||
|
||||
export enum HeroConf{
|
||||
|
||||
Reference in New Issue
Block a user