去掉了 技能系统,技能由单个精灵独立处理
This commit is contained in:
@@ -22,7 +22,7 @@ const { ccclass, property } = _decorator;
|
||||
export class MissionHeroCompComp extends CCComp {
|
||||
timer:Timer=new Timer(2)
|
||||
start_pos:any={
|
||||
0:{pos:v3(-50,135,0),has:false},
|
||||
0:{pos:v3(-50,0,0),has:false},
|
||||
1:{pos:v3(-170,205,0),has:false},
|
||||
2:{pos:v3(-170,65,0),has:false},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user