diff options
| author | Ray <[email protected]> | 2022-07-07 12:15:55 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-07 12:15:55 +0200 |
| commit | 8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91 (patch) | |
| tree | f32e4c3e0bb197ad558263c2cf59854f208a92d3 /examples/README.md | |
| parent | e121058eb625c3d54ec8ec3eab0289c9a99fd086 (diff) | |
| download | raylib-8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91.tar.gz raylib-8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91.zip | |
ADDED: example: `textures_gif_player`
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 6fb65514..4769ff55 100644 --- a/examples/README.md +++ b/examples/README.md @@ -96,7 +96,7 @@ Examples using raylib textures functionality, including image/textures loading/g | 57 | [textures_blend_modes](textures/textures_blend_modes.c) | <img src="textures/textures_blend_modes.png" alt="textures_blend_modes" width="200"> | [Karlo Licudine](https://github.com/accidentalrebel) | | | 58 | [textures_draw_tiled](textures/textures_draw_tiled.c) | <img src="textures/textures_draw_tiled.png" alt="textures_draw_tiled" width="200"> | [Vlad Adrian](https://github.com/demizdor) | | | -- | [textures_poly](textures/textures_poly.c) | <img src="textures/textures_poly.png" alt="textures_poly" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ | -| -- | [textures_gif_anim](textures/textures_gif_anim.c) | <img src="textures/textures_gif_anim.png" alt="textures_gif_anim" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ | +| -- | [textures_gif_player](textures/textures_gif_player.c) | <img src="textures/textures_gif_player.png" alt="textures_gif_player" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ | ### category: text |
