ソースを参照

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

読み込み中…
キャンセル
保存