fontsize mail
This commit is contained in:
parent
14f1879f15
commit
2a3111b844
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ Game_Interpreter.prototype.Addres_Mode1_View = function () {
|
|||
}
|
||||
let _MailStrArr = ViewMailList[MailSelectNo].MNaiyo.split("\n");
|
||||
try {
|
||||
this.SpriteStr(PNo_MailStr, ViewMailList[MailSelectNo].MNaiyo, 19, _MNPos._x + 40, _MNPos._y + 150);
|
||||
this.SpriteStr(PNo_MailStr, ViewMailList[MailSelectNo].MNaiyo, 17, _MNPos._x + 40, _MNPos._y + 150);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue