Adjust quest wordwrap
This commit is contained in:
parent
85596aa347
commit
bbc3ebdae4
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue