瀏覽代碼

Example tweak

pull/577/head
Ray 7 年之前
父節點
當前提交
5774d31893
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/text/text_ttf_loading.c
  2. 二進制
      examples/text/text_ttf_loading.png

+ 1
- 1
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);

二進制
examples/text/text_ttf_loading.png 查看文件

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

Loading…
取消
儲存