Преглед изворни кода

Example tweak

pull/577/head
Ray пре 7 година
родитељ
комит
5774d31893
2 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      examples/text/text_ttf_loading.c
  2. BIN
      examples/text/text_ttf_loading.png

+ 1
- 1
examples/text/text_ttf_loading.c Прегледај датотеку

@ -32,7 +32,7 @@ int main()
GenTextureMipmaps(&font.texture); GenTextureMipmaps(&font.texture);
float fontSize = font.baseSize; float fontSize = font.baseSize;
Vector2 fontPosition = { 40, screenHeight/2 - 50 };
Vector2 fontPosition = { 40, screenHeight/2 - 80 };
Vector2 textSize; Vector2 textSize;
SetTextureFilter(font.texture, FILTER_POINT); SetTextureFilter(font.texture, FILTER_POINT);

BIN
examples/text/text_ttf_loading.png Прегледај датотеку

Before After
Width: 800  |  Height: 450  |  Size: 54 KiB Width: 800  |  Height: 450  |  Size: 54 KiB

Loading…
Откажи
Сачувај