TL Some Quests
This commit is contained in:
parent
fc0236d92b
commit
a02f31e480
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -18119,7 +18119,7 @@ Window_QuestData.prototype.drawContent = function () {
|
|||
this.contents.fontFace = this._globalSettings.FontSetup.FontName;
|
||||
}
|
||||
if (this._globalSettings.FontSetup !== null) {
|
||||
this.contents.fontSize = this._globalSettings.FontSetup.FontSize;
|
||||
this.contents.fontSize = this._globalSettings.FontSetup.FontSize - 4;
|
||||
}
|
||||
if (this._globalSettings.QuestDataContentLabel !== null) {
|
||||
this.changeTextColor(Ayatam.QUEST.CustamizeSettings.HeadingColor);
|
||||
|
|
|
|||
Loading…
Reference in a new issue