Project1
标题:
如何把帮助栏的位置调整到屏幕最下面
[打印本页]
作者:
SINBIOS
时间:
2016-3-4 15:36
标题:
如何把帮助栏的位置调整到屏幕最下面
如题,各个脚本找遍了也没找到修改的地方。求高手解救。{:2_257:}
作者:
夏末渐离
时间:
2016-3-4 15:40
Window_Help.prototype.initialize = function(numLines) {
var width = Graphics.boxWidth;
var height = this.fittingHeight(numLines || 2);
Window_Base.prototype.initialize.call(this, 0, 0, width, height); //改这里的0,0即x,y
this._text = '';
};
复制代码
作者:
SINBIOS
时间:
2016-3-4 15:59
OK 感激不尽
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1