This commit is contained in:
2025-05-23 10:54:57 +08:00
parent 9b97bff159
commit 2c3f682b18
3 changed files with 841 additions and 338 deletions

View File

@@ -20,7 +20,7 @@ const { ccclass, property } = _decorator;
export class MissionHeroCompComp extends CCComp {
timer:Timer=new Timer(2)
start_pos:any={
0:{pos:v3(-140,135,0),has:false},
0:{pos:v3(-150,135,0),has:false},
1:{pos:v3(-270,205,0),has:false},
2:{pos:v3(-270,65,0),has:false},
}