From bc1908a296689bd2d4a80e00c5f9e90ca28f18e6 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Tue, 2 Jul 2024 22:04:09 -0500 Subject: [PATCH] Adjust font --- js/rmmz_windows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/rmmz_windows.js b/js/rmmz_windows.js index 7ff6570..02060b0 100644 --- a/js/rmmz_windows.js +++ b/js/rmmz_windows.js @@ -114,7 +114,7 @@ Window_Base.prototype.contentsHeight = function () { Window_Base.prototype.resetFontSettings = function () { this.contents.fontFace = $gameSystem.mainFontFace(); - this.contents.fontSize = $gameSystem.mainFontSize(); + this.contents.fontSize = 24; this.resetTextColor(); };