247| 1
|
[有事请教] 请教一下怎么把闪避的动作动画删掉? |
20星屑
最佳答案是sv战斗吗,把战斗显示界面的闪避演出注释掉看看?
Window_BattleLog.prototype.displayEvasion = function(target) {
var fmt;
if (target.result().physical) {
fmt = TextManager.evasion;
// this.push('performEvasion', target);
} else {
fmt = TextManager.magicEvasion;
// this.push('performMagicEvasion', target);
}
this.push('addText', fmt.format(target. ...
| ||
| ||
pokemon 和 digimon 正在路上
|
||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-16 02:11
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.