本帖最后由 203X 于 2015-10-31 14:59 编辑
游戏中去掉选项
Window_MenuCommand.prototype.addOptionsCommand = function() { };
Window_MenuCommand.prototype.addOptionsCommand = function() {
};
标题中去掉选项
Window_TitleCommand.prototype.makeCommandList = function() { this.addCommand(TextManager.newGame, 'newGame'); this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled()); };
Window_TitleCommand.prototype.makeCommandList = function() {
this.addCommand(TextManager.newGame, 'newGame');
this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
};
找个插件扔进去 |