REVIEWED: Bunnymark example new raybunny! #5344

As the license for previous bunny was not clear, it was replaced by a new custom bunny specifically created for this example with a CC0 license
This commit is contained in:
Ray
2025-11-13 23:19:37 +01:00
parent b5caef1ffb
commit 3e3453d54e
5 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ int main(void)
InitWindow(screenWidth, screenHeight, "raylib [textures] example - bunnymark");
// Load bunny texture
Texture2D texBunny = LoadTexture("resources/wabbit_alpha.png");
Texture2D texBunny = LoadTexture("resources/raybunny.png");
Bunny *bunnies = (Bunny *)malloc(MAX_BUNNIES*sizeof(Bunny)); // Bunnies array