赞 | 76 |
VIP | 0 |
好人卡 | 0 |
积分 | 97 |
经验 | 554 |
最后登录 | 2024-12-5 |
在线时间 | 570 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 9687
- 在线时间
- 570 小时
- 注册时间
- 2017-9-28
- 帖子
- 208
|
将 js/rpg_windows.js 里这部分脚本 (大约 5751 行)
- Window_TitleCommand.prototype.makeCommandList = function() {
- this.addCommand(TextManager.newGame, 'newGame');
- this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
- this.addCommand(TextManager.options, 'options');
- };
复制代码 中
- this.addCommand(TextManager.options, 'options');
复制代码 这行注释掉即可 |
|