Sprite_Actor.prototype.updateTargetPosition = function() { if (this._actor.isInputting() || this._actor.isActing()) { this.stepForward();//删除这里 } else if (this._actor.canMove() && BattleManager.isEscaped()) { this.retreat(); } else if (!this.inHomePosition()) { this.stepBack(); } };
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |