浏览代码

Example tweak

pull/577/head
Ray 6 年前
父节点
当前提交
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 查看文件

之前 之后
宽度: 800  |  高度: 450  |  大小: 54 KiB 宽度: 800  |  高度: 450  |  大小: 54 KiB

正在加载...
取消
保存