继续技能系统重构

This commit is contained in:
2025-10-15 17:28:16 +08:00
parent 2e2c9d82f9
commit 9e2ae6f30f
11 changed files with 116 additions and 76 deletions

View File

@@ -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)},
}