提交妙蛙种子

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-10-31 01:52:46 +08:00
parent 4f0f332d47
commit 94fa409ed7
202 changed files with 12354 additions and 20 deletions

View File

@@ -54,6 +54,10 @@ export default class GFSMBase{
this.isClose = true;
}
open(){
this.isClose = false;
}
//执行流程
execute(process:GFSMProcessInfo,dt:number){
if(!process) return;

View File

@@ -10,7 +10,6 @@ export enum GFSMBattleAminEnum {
Walk = "walk", //移动
Attack = "atk", //攻击
Fly = "jifei", //击飞
Skill = "jifei", //技能
}
//动画流程信息