diff options
| author | Ray <[email protected]> | 2018-07-12 11:29:41 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-07-12 11:29:41 +0200 |
| commit | 5774d31893a48dfa8107432f620c3b9d63cfd74d (patch) | |
| tree | c2853885a917ae22c37d98d20395f0967fdc3096 /examples | |
| parent | d2c0d1bfeffaac26ed2d5e6ec9d0e66e44f5d6fb (diff) | |
| download | raylib-5774d31893a48dfa8107432f620c3b9d63cfd74d.tar.gz raylib-5774d31893a48dfa8107432f620c3b9d63cfd74d.zip | |
Example tweak
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/text/text_ttf_loading.c | 2 | ||||
| -rw-r--r-- | examples/text/text_ttf_loading.png | bin | 55588 -> 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 Binary files differindex 29ea263a..5fdbda19 100644 --- a/examples/text/text_ttf_loading.png +++ b/examples/text/text_ttf_loading.png |
