dd
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
@@ -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},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user