mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Added some examples screenshots
This commit is contained in:
parent
870b7fa05f
commit
61695c5315
BIN
examples/others/easings_testbed.png
Normal file
BIN
examples/others/easings_testbed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@ -85,8 +85,8 @@ int main(void)
|
|||||||
|
|
||||||
DrawTexture(texture, screenWidth/2 - texture.width/2, 40, WHITE);
|
DrawTexture(texture, screenWidth/2 - texture.width/2, 40, WHITE);
|
||||||
|
|
||||||
DrawText("raylib logo and sound loaded from header files", 65, 320, 20, LIGHTGRAY);
|
DrawText("raylib logo and sound loaded from header files", 150, 320, 20, LIGHTGRAY);
|
||||||
DrawText("Press SPACE to PLAY the sound!", 200, 360, 20, LIGHTGRAY);
|
DrawText("Press SPACE to PLAY the sound!", 220, 370, 20, LIGHTGRAY);
|
||||||
|
|
||||||
EndDrawing();
|
EndDrawing();
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|||||||
BIN
examples/others/embedded_files_loading.png
Normal file
BIN
examples/others/embedded_files_loading.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
examples/others/raudio_standalone.png
Normal file
BIN
examples/others/raudio_standalone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
examples/others/rlgl_compute_shader.png
Normal file
BIN
examples/others/rlgl_compute_shader.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Loading…
x
Reference in New Issue
Block a user