治晗于 发表于 2025-1-23 18:57
有个插件可以增加装备、技能和商店的栏数,可以从默认的2栏改为更多栏,这样就不会显得很空了。不过我忘了 ...
Scene_Boot.prototype.adjustBoxSize = function() { const uiAreaWidth = $dataSystem.advanced.uiAreaWidth; const uiAreaHeight = $dataSystem.advanced.uiAreaHeight; const boxMargin = 4; //原代码,菜单、对话的窗口大小会自动适应游戏分辨率 Graphics.boxWidth = uiAreaWidth - boxMargin * 2; Graphics.boxHeight = uiAreaHeight - boxMargin * 2; //将上面两行代码替换成下面的,把窗口大小修改为你想要的固定值 Graphics.boxWidth = 816 - boxMargin * 2; Graphics.boxHeight = 624 - boxMargin * 2; };
治晗于 发表于 2025-1-24 14:18
修改游戏文件夹js目录下的rmmz_scenes.js文件,第357行的代码:
Scene_Boot.prototype.adjustBoxSize = fun ...
a404edc9fd5ecd8eb772cde1814cb0e.png (1.08 MB, 下载次数: 3)
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |