up font size to 20
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ func isPressedRepeat(key int32) bool {
|
|||||||
return rl.IsKeyPressed(key) || rl.IsKeyPressedRepeat(key)
|
return rl.IsKeyPressed(key) || rl.IsKeyPressedRepeat(key)
|
||||||
}
|
}
|
||||||
|
|
||||||
const fontSize = 14
|
const fontSize = 20
|
||||||
|
|
||||||
func raymenu(options []string) (choice string, result RayMenuResult) {
|
func raymenu(options []string) (choice string, result RayMenuResult) {
|
||||||
state := initialize()
|
state := initialize()
|
||||||
|
|||||||
Reference in New Issue
Block a user