From de2f8db1df3c176eafebb88f92c5f6d7bfefa27f Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Sun, 23 Apr 2023 23:10:32 -0700 Subject: [PATCH] Tune text scale --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index f794c79..0d6867e 100644 --- a/main.c +++ b/main.c @@ -3518,7 +3518,7 @@ F cost: G + H // draw button float space_btwn_buttons = 20.0f; - float text_scale = 1.5f; + float text_scale = 1.0f; const float num_buttons = 2.0f; Vec2 button_size = V2( (panel_width - (num_buttons - 1.0f)*space_btwn_buttons)/num_buttons,