mirror of
https://github.com/raysan5/raylib.git
synced 2026-03-19 15:18:11 +00:00
Update examples version to latest raylib 6.0
This commit is contained in:
@@ -34,7 +34,7 @@ int main(void)
|
||||
const int screenWidth = 800;
|
||||
const int screenHeight = 450;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, "raylib [textures] example - clipboard_image");
|
||||
InitWindow(screenWidth, screenHeight, "raylib [textures] example - clipboard image");
|
||||
|
||||
TextureCollection collection[MAX_TEXTURE_COLLECTION] = { 0 };
|
||||
int currentCollectionIndex = 0;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Example complexity rating: [★★☆☆] 2/4
|
||||
*
|
||||
* Example originally created with raylib 5.6-dev, last time updated with raylib 6.0
|
||||
* Example originally created with raylib 6.0, last time updated with raylib 6.0
|
||||
*
|
||||
* Example contributed by Robin (@RobinsAviary) and reviewed by Ramon Santamaria (@raysan5)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user