Adjust quest wordwrap

This commit is contained in:
Dazed 2023-08-26 12:30:39 -05:00
parent 85596aa347
commit bbc3ebdae4
3 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@
"startX": 0,
"startY": 0
},
"currencyUnit": "ジェム",
"currencyUnit": "Gems",
"defeatMe": {
"name": "Gameover1",
"pan": 0,

File diff suppressed because one or more lines are too long

View file

@ -6762,7 +6762,7 @@ if (Utils.RPGMAKER_VERSION && Utils.RPGMAKER_VERSION >= "1.3.5") {
if (this._windowFontSize === undefined) {
this._windowFontSize = Math.round(eval(this.settings('Font Size')));
}
return this._windowFontSize;
return this._windowFontSize - 6;
};
Window_QuestData.prototype.standardPadding = function () {