mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
examples review
This commit is contained in:
BIN
examples/textures/textures_bunnymark.png
Normal file
BIN
examples/textures/textures_bunnymark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 427 KiB |
BIN
examples/textures/textures_sprite_button.png
Normal file
BIN
examples/textures/textures_sprite_button.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@ -29,7 +29,7 @@ int main()
|
||||
Sound fxBoom = LoadSound("resources/boom.wav");
|
||||
|
||||
// Load explosion texture
|
||||
Texture2D explosion = LoadTexture("resources/explosion2.png");
|
||||
Texture2D explosion = LoadTexture("resources/explosion.png");
|
||||
|
||||
// Init variables for animation
|
||||
int frameWidth = explosion.width/NUM_FRAMES; // Sprite one frame rectangle width
|
||||
|
||||
BIN
examples/textures/textures_sprite_explosion.png
Normal file
BIN
examples/textures/textures_sprite_explosion.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
Reference in New Issue
Block a user