aboutsummaryrefslogtreecommitdiff
path: root/examples/textures
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-17 01:17:40 +0200
committerRay <raysan5@gmail.com>2019-05-17 01:17:40 +0200
commit970f1e8ff15424ca2d96d89bf2871f0246835e9b (patch)
treebc093a8eaee29739e52642c233d0f9102e9db7cf /examples/textures
parentce87d2ced4dbe60f97d3ed48635231c222482b18 (diff)
downloadraylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.tar.gz
raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.zip
examples review
Diffstat (limited to 'examples/textures')
-rw-r--r--examples/textures/textures_bunnymark.pngbin0 -> 436989 bytes
-rw-r--r--examples/textures/textures_sprite_button.pngbin0 -> 30194 bytes
-rw-r--r--examples/textures/textures_sprite_explosion.c2
-rw-r--r--examples/textures/textures_sprite_explosion.pngbin0 -> 48293 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_bunnymark.png b/examples/textures/textures_bunnymark.png
new file mode 100644
index 00000000..4431ccec
--- /dev/null
+++ b/examples/textures/textures_bunnymark.png
Binary files differ
diff --git a/examples/textures/textures_sprite_button.png b/examples/textures/textures_sprite_button.png
new file mode 100644
index 00000000..dac519d4
--- /dev/null
+++ b/examples/textures/textures_sprite_button.png
Binary files differ
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
new file mode 100644
index 00000000..8a439c35
--- /dev/null
+++ b/examples/textures/textures_sprite_explosion.png
Binary files differ