更新无限地图

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-03 02:57:38 +08:00
parent 996b0ecfac
commit ca5fa0cc92
504 changed files with 2213 additions and 359 deletions

View File

@@ -27,7 +27,6 @@ export default class GRoleDefault extends GRoleBase<{}>{
//能量条
@property(ProgressBar)
energyVolume:ProgressBar;
//状态机
fsm:GFSMDefault;
@@ -43,10 +42,6 @@ export default class GRoleDefault extends GRoleBase<{}>{
if(this.isDie){
//死亡回调
this.killBack.forEach(fun => fun(this));
//死亡销毁
JNFrameTime.getInstance().setTimeout(() => {
this.node.destroy()
},3000)
}
}