赞 | 2 |
VIP | 50 |
好人卡 | 23 |
积分 | 1 |
经验 | 15845 |
最后登录 | 2018-11-11 |
在线时间 | 306 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 60
- 在线时间
- 306 小时
- 注册时间
- 2014-8-5
- 帖子
- 416
|
- 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 = '';
- };
复制代码 |
评分
-
查看全部评分
|