diff --git a/examples/others/easings_testbed.png b/examples/others/easings_testbed.png new file mode 100644 index 000000000..fb0538531 Binary files /dev/null and b/examples/others/easings_testbed.png differ diff --git a/examples/others/embedded_files_loading.c b/examples/others/embedded_files_loading.c index 70864c732..20f8cc9a6 100644 --- a/examples/others/embedded_files_loading.c +++ b/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(); //---------------------------------------------------------------------------------- diff --git a/examples/others/embedded_files_loading.png b/examples/others/embedded_files_loading.png new file mode 100644 index 000000000..a20a5e450 Binary files /dev/null and b/examples/others/embedded_files_loading.png differ diff --git a/examples/others/raudio_standalone.png b/examples/others/raudio_standalone.png new file mode 100644 index 000000000..74326fdf0 Binary files /dev/null and b/examples/others/raudio_standalone.png differ diff --git a/examples/others/rlgl_compute_shader.png b/examples/others/rlgl_compute_shader.png new file mode 100644 index 000000000..97c365c1d Binary files /dev/null and b/examples/others/rlgl_compute_shader.png differ