瀏覽代碼

Added some examples screenshots

Ray 3 年之前
父節點
當前提交
61695c5315

二進制
examples/others/easings_testbed.png


+ 2 - 2
examples/others/embedded_files_loading.c

@@ -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("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();
         EndDrawing();
         //----------------------------------------------------------------------------------
         //----------------------------------------------------------------------------------

二進制
examples/others/embedded_files_loading.png


二進制
examples/others/raudio_standalone.png


二進制
examples/others/rlgl_compute_shader.png