RPG Maker MV/MZ 强制缩放比例为100% 以及原生分辨率设置 #1349
Howard20181
started this conversation in
Ideas
Replies: 1 comment
-
|
以下同样针对 RPG Maker MV/MZ: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RPG Maker MV/MZ 游戏的根目录如果有
package.json,可以在里面的chromium-args字段追加--force-device-scale-factor=1。如果没有这个字段可以新加一个。这样可以强制忽略系统缩放
这其实是自定义启动参数,Magpie 已经支持,这里提一下非 Magpie 启动时如何固定追加这个参数
Beta Was this translation helpful? Give feedback.
All reactions