aboutsummaryrefslogtreecommitdiff
path: root/raylib.ads
diff options
context:
space:
mode:
authorxolatile2024-04-23 10:00:40 -0400
committerxolatile2024-04-23 10:00:40 -0400
commitcffe810f431a57038dd816d5a1c09fc90f983b3c (patch)
tree229d4a4f9e72511d9ef3cda57ffec125fe64e439 /raylib.ads
parentfba5a579897a9ce35d452a6ca0352aff04b3880d (diff)
downloadxolatile-raylib-ada-cffe810f431a57038dd816d5a1c09fc90f983b3c.tar.xz
xolatile-raylib-ada-cffe810f431a57038dd816d5a1c09fc90f983b3c.tar.zst
Explaining examples and utter install script cancer...
Diffstat (limited to 'raylib.ads')
-rw-r--r--raylib.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/raylib.ads b/raylib.ads
index f034a28..54bbbbc 100644
--- a/raylib.ads
+++ b/raylib.ads
@@ -3884,7 +3884,7 @@ package Raylib is
X : Integer := 0;
Y : Integer := 0;
Size : Integer := 32;
- Tint : Color := White
+ Tint : Color := Black
) with
Import => True,
Convention => C,
@@ -3896,7 +3896,7 @@ package Raylib is
Position : Vector_2D := (others => 0.0);
Font_Size : Float := 0.0;
Spacing : Float := 0.0;
- Tint : Color := White
+ Tint : Color := Black
) with
Import => True,
Convention => C,
@@ -3910,7 +3910,7 @@ package Raylib is
Rotation : Float := 0.0;
Font_Size : Float := 0.0;
Spacing : Float := 0.0;
- Tint : Color := White
+ Tint : Color := Black
) with
Import => True,
Convention => C,