| 
 
| 赞 | 2 |  
| VIP | 50 |  
| 好人卡 | 23 |  
| 积分 | 1 |  
| 经验 | 15845 |  
| 最后登录 | 2018-11-11 |  
| 在线时间 | 306 小时 |  
 Lv1.梦旅人 
	梦石0 星屑60 在线时间306 小时注册时间2014-8-5帖子416 | 
| //标准字体 Window_Base.prototype.standardFontFace = function() {
 if ($gameSystem.isChinese()) {
 return 'SimHei, Heiti TC, sans-serif';
 } else if ($gameSystem.isKorean()) {
 return 'Dotum, AppleGothic, sans-serif';
 } else {
 return 'GameFont';
 }
 };
 //标准字体大小
 Window_Base.prototype.standardFontSize = function() {
 return 28;
 };
 | 
 评分
查看全部评分
 |