瀏覽代碼

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 查看文件

Before After
Width: 800  |  Height: 450  |  Size: 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 查看文件

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

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

Before After
Width: 795  |  Height: 418  |  Size: 28 KiB

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

Before After
Width: 768  |  Height: 768  |  Size: 43 KiB

Loading…
取消
儲存