diff options
| author | Ray <raysan5@gmail.com> | 2019-05-17 01:17:40 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-05-17 01:17:40 +0200 |
| commit | 970f1e8ff15424ca2d96d89bf2871f0246835e9b (patch) | |
| tree | bc093a8eaee29739e52642c233d0f9102e9db7cf /examples/textures | |
| parent | ce87d2ced4dbe60f97d3ed48635231c222482b18 (diff) | |
| download | raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.tar.gz raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.zip | |
examples review
Diffstat (limited to 'examples/textures')
| -rw-r--r-- | examples/textures/textures_bunnymark.png | bin | 0 -> 436989 bytes | |||
| -rw-r--r-- | examples/textures/textures_sprite_button.png | bin | 0 -> 30194 bytes | |||
| -rw-r--r-- | examples/textures/textures_sprite_explosion.c | 2 | ||||
| -rw-r--r-- | examples/textures/textures_sprite_explosion.png | bin | 0 -> 48293 bytes |
4 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_bunnymark.png b/examples/textures/textures_bunnymark.png Binary files differnew file mode 100644 index 00000000..4431ccec --- /dev/null +++ b/examples/textures/textures_bunnymark.png diff --git a/examples/textures/textures_sprite_button.png b/examples/textures/textures_sprite_button.png Binary files differnew file mode 100644 index 00000000..dac519d4 --- /dev/null +++ b/examples/textures/textures_sprite_button.png diff --git a/examples/textures/textures_sprite_explosion.c b/examples/textures/textures_sprite_explosion.c index aa10a76c..47c994b0 100644 --- a/examples/textures/textures_sprite_explosion.c +++ b/examples/textures/textures_sprite_explosion.c @@ -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 diff --git a/examples/textures/textures_sprite_explosion.png b/examples/textures/textures_sprite_explosion.png Binary files differnew file mode 100644 index 00000000..8a439c35 --- /dev/null +++ b/examples/textures/textures_sprite_explosion.png |
