Project1

标题: 请问如何屏蔽掉mv战斗之后的结算显示 麻烦大佬了 [打印本页]

作者: pajiman1999    时间: 2023-2-19 16:33
标题: 请问如何屏蔽掉mv战斗之后的结算显示 麻烦大佬了
请问如何屏蔽掉mv战斗之后的结算显示 麻烦大佬了
作者: 天一教主    时间: 2023-2-19 16:33
  1. BattleManager.processVictory = function() {
  2.     $gameParty.removeBattleStates();
  3.     $gameParty.performVictory();
  4.     this.playVictoryMe();
  5.     this.replayBgmAndBgs();
  6.     this.makeRewards();
  7.     // 胜利文本
  8.     this.displayVictoryMessage();
  9.     // 奖励文本
  10.     this.displayRewards();
  11.     this.gainRewards();
  12.     this.endBattle(0);
  13. };
复制代码

rpg_managers.js 这个方法标注出来的这两个方法注释掉就行了
作者: nhycs01    时间: 2023-2-20 12:20
同求,最好像XP那种弹出一个框,简单明了显示金钱及经验多少




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1