up font size to 20

This commit is contained in:
Ivar Fatland
2026-05-10 01:05:03 +02:00
parent 701ab198a5
commit d72c008fe4
+1 -1
View File
@@ -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()