Project1
标题:
宽屏问题
[打印本页]
作者:
RPG02
时间:
2016-10-12 07:37
标题:
宽屏问题
改成宽屏
rpg_managers.js
SceneManager._screenWidth = 816;
SceneManager._screenHeight = 426;
SceneManager._boxWidth = 816;
SceneManager._boxHeight = 426;
开启菜单时人物脸图都挤在一起
请问如何处理
2016-10-12_071953.png
(1.73 MB, 下载次数: 23)
下载附件
保存到相册
2016-10-12 07:22 上传
123
作者:
翻滚牛宝宝
时间:
2016-10-12 09:02
按816*624的比例放大 或者更大的分辨率 比如1280*624
作者:
mitori10feet
时间:
2016-10-12 10:00
Window_Base.prototype.drawCharacter = function (){
.....
this.contents.blt(bitmap, sx, sy, pw, ph, x - pw / 2, y - ph); =>這邊要跟著做調整
}
不過建議不要直接改 把修改的部分另外整理成插件吧
作者:
574656549
时间:
2020-8-3 21:29
提示:
作者被禁止或删除 内容自动屏蔽
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1