赞 | 17 |
VIP | 0 |
好人卡 | 0 |
积分 | 34 |
经验 | 0 |
最后登录 | 2025-4-1 |
在线时间 | 153 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 3421
- 在线时间
- 153 小时
- 注册时间
- 2018-1-22
- 帖子
- 146
|
- var _hideMessage_Scene_Map_update = Scene_Map.prototype.update;
- Scene_Map.prototype.update = function() {
- _hideMessage_Scene_Map_update.call(this);
-
- if (Input.isTriggered("shift") && this._messageWindow.isOpen()) {
- this._messageWindow.visible = !this._messageWindow.visible;
- this._nameBoxWindow.visible = this._messageWindow.visible;
- };
- };
复制代码 |
|