mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交妙蛙种子
This commit is contained in:
@@ -54,6 +54,10 @@ export default class GFSMBase{
|
||||
this.isClose = true;
|
||||
}
|
||||
|
||||
open(){
|
||||
this.isClose = false;
|
||||
}
|
||||
|
||||
//执行流程
|
||||
execute(process:GFSMProcessInfo,dt:number){
|
||||
if(!process) return;
|
||||
|
@@ -10,7 +10,6 @@ export enum GFSMBattleAminEnum {
|
||||
Walk = "walk", //移动
|
||||
Attack = "atk", //攻击
|
||||
Fly = "jifei", //击飞
|
||||
Skill = "jifei", //技能
|
||||
}
|
||||
|
||||
//动画流程信息
|
||||
|
Reference in New Issue
Block a user