浏览代码

Added some examples screenshots

pull/2570/head
Ray 2 年前
父节点
当前提交
61695c5315
共有 5 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      examples/others/easings_testbed.png
  2. +2
    -2
      examples/others/embedded_files_loading.c
  3. 二进制
      examples/others/embedded_files_loading.png
  4. 二进制
      examples/others/raudio_standalone.png
  5. 二进制
      examples/others/rlgl_compute_shader.png

二进制
examples/others/easings_testbed.png 查看文件

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

+ 2
- 2
examples/others/embedded_files_loading.c 查看文件

@ -85,8 +85,8 @@ int main(void)
DrawTexture(texture, screenWidth/2 - texture.width/2, 40, WHITE);
DrawText("raylib logo and sound loaded from header files", 65, 320, 20, LIGHTGRAY);
DrawText("Press SPACE to PLAY the sound!", 200, 360, 20, LIGHTGRAY);
DrawText("raylib logo and sound loaded from header files", 150, 320, 20, LIGHTGRAY);
DrawText("Press SPACE to PLAY the sound!", 220, 370, 20, LIGHTGRAY);
EndDrawing();
//----------------------------------------------------------------------------------

二进制
examples/others/embedded_files_loading.png 查看文件

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

二进制
examples/others/raudio_standalone.png 查看文件

之前 之后
宽度: 795  |  高度: 418  |  大小: 28 KiB

二进制
examples/others/rlgl_compute_shader.png 查看文件

之前 之后
宽度: 768  |  高度: 768  |  大小: 43 KiB

正在加载...
取消
保存