瀏覽代碼

Example tweak

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