TL Some Quests

This commit is contained in:
Dazed 2024-04-16 11:29:27 -05:00
parent fc0236d92b
commit a02f31e480
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -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);