From c6045fc8f2dbdaacec56ff2b326d045ddd2c1a1b Mon Sep 17 00:00:00 2001 From: Map Date: Sun, 8 Jun 2025 08:38:45 -0500 Subject: [PATCH] increase button text size --- game/gui.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gui.rpy b/game/gui.rpy index e851ddb..72e1428 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -464,7 +464,7 @@ init python: gui.name_text_size = 46 gui.notify_text_size = 38 gui.interface_text_size = 40 - gui.button_text_size = 40 + gui.button_text_size = 45 gui.label_text_size = 45 ## Namebox