Project1

标题: 请教诸位,开始游戏栏坐标如何调整 [打印本页]

作者: 2256538860    时间: 2018-11-23 15:12
标题: 请教诸位,开始游戏栏坐标如何调整
挡住字了于是想调整,以前记得有某几个插件可调···现在已经忘了,于是乎真心求教

QQ截图20181123151214.png (169.72 KB, 下载次数: 38)

QQ截图20181123151214.png

作者: yang1zhi    时间: 2018-11-23 16:53
Window_TitleCommand.prototype.updatePlacement = function() {
    this.x = (Graphics.boxWidth - this.width) / 2;
    this.y = Graphics.boxHeight - this.height - 96;
};





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1