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()