summaryrefslogtreecommitdiffhomepage
path: root/examples/text
diff options
context:
space:
mode:
authorRay <[email protected]>2018-07-12 11:29:41 +0200
committerRay <[email protected]>2018-07-12 11:29:41 +0200
commit5774d31893a48dfa8107432f620c3b9d63cfd74d (patch)
treec2853885a917ae22c37d98d20395f0967fdc3096 /examples/text
parentd2c0d1bfeffaac26ed2d5e6ec9d0e66e44f5d6fb (diff)
downloadraylib-5774d31893a48dfa8107432f620c3b9d63cfd74d.tar.gz
raylib-5774d31893a48dfa8107432f620c3b9d63cfd74d.zip
Example tweak
Diffstat (limited to 'examples/text')
-rw-r--r--examples/text/text_ttf_loading.c2
-rw-r--r--examples/text/text_ttf_loading.pngbin55588 -> 54908 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_ttf_loading.c b/examples/text/text_ttf_loading.c
index 42fb58bf..0e964ebd 100644
--- a/examples/text/text_ttf_loading.c
+++ b/examples/text/text_ttf_loading.c
@@ -32,7 +32,7 @@ int main()
GenTextureMipmaps(&font.texture);
float fontSize = font.baseSize;
- Vector2 fontPosition = { 40, screenHeight/2 - 50 };
+ Vector2 fontPosition = { 40, screenHeight/2 - 80 };
Vector2 textSize;
SetTextureFilter(font.texture, FILTER_POINT);
diff --git a/examples/text/text_ttf_loading.png b/examples/text/text_ttf_loading.png
index 29ea263a..5fdbda19 100644
--- a/examples/text/text_ttf_loading.png
+++ b/examples/text/text_ttf_loading.png
Binary files differ