| 赞 | 73 |
| VIP | 0 |
| 好人卡 | 0 |
| 积分 | 166 |
| 经验 | 0 |
| 最后登录 | 2025-3-21 |
| 在线时间 | 368 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 16615
- 在线时间
- 368 小时
- 注册时间
- 2019-9-3
- 帖子
- 107
|
//=============================================================================
// RPG Maker MZ - 修复AS打包黑屏
//=============================================================================
/*:
* @target MZ
* @plugindesc v1.0.0 飞猫工作室-<修复AS打包黑屏>
* @author 飞猫工作室(Fly_Cat/Fly_Roc)
*
* @help
* 即插即用
*/
SceneManager.isGameActive = function () {
return true;
}; |
|