Compare commits

...

1 commit

Author SHA1 Message Date
8dc18e7b3c Make font bigger 2024-03-01 14:09:05 -06:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -215,7 +215,7 @@ class Window_Base < Window
#--------------------------------------------------------------------------
def reset_font_settings
change_color(normal_color)
contents.font.size = 18
contents.font.size = 22
contents.font.bold = false
contents.font.italic = false
end