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

File diff suppressed because it is too large Load Diff

View File

@@ -15745,7 +15745,7 @@
"component": "", "component": "",
"_componentId": "0e186v7IoJEnZ9QdXVZry2W", "_componentId": "0e186v7IoJEnZ9QdXVZry2W",
"handler": "call_hero", "handler": "call_hero",
"customEventData": "0" "customEventData": "1"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@@ -17103,7 +17103,7 @@
"component": "", "component": "",
"_componentId": "0e186v7IoJEnZ9QdXVZry2W", "_componentId": "0e186v7IoJEnZ9QdXVZry2W",
"handler": "call_hero", "handler": "call_hero",
"customEventData": "0" "customEventData": "2"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",

View File

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