赞 | 160 |
VIP | 0 |
好人卡 | 0 |
积分 | 266 |
经验 | 0 |
最后登录 | 2025-1-13 |
在线时间 | 5404 小时 |
Lv5.捕梦者
- 梦石
- 0
- 星屑
- 26643
- 在线时间
- 5404 小时
- 注册时间
- 2016-3-8
- 帖子
- 1660
|
本帖最后由 alexncf125 于 2021-2-9 23:23 编辑
没学过JS...猜是得加上这样的几句...
Window_MiniMap.prototype.updateVisible = function() {
if (!this.isVisibleChanged()) return;
this._isVisible = $gameSystem.miniMapData().visible;
if ($dataMap.meta.mini_map) this._isVisible = true;
this._isVisible = (!$gameSwitches.value(1));
if ($gameMessage.isBusy) this._isVisible = false;
this._moving = true;
};
不过有句if (!this.isVisibleChanged()) return;在那儿...所以应该会无效 |
|