From d72c008fe4014b4e8e94c3c93cb10b1f642ffc06 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 10 May 2026 01:05:03 +0200 Subject: [PATCH] up font size to 20 --- raymenu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raymenu/main.go b/raymenu/main.go index a910b3e..11e7dcc 100644 --- a/raymenu/main.go +++ b/raymenu/main.go @@ -57,7 +57,7 @@ func isPressedRepeat(key int32) bool { return rl.IsKeyPressed(key) || rl.IsKeyPressedRepeat(key) } -const fontSize = 14 +const fontSize = 20 func raymenu(options []string) (choice string, result RayMenuResult) { state := initialize()