From f4abc05d62c2f3bf79d787cd24cbc8507689185f Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 23 Apr 2021 13:21:57 +0200 Subject: [PATCH] Update README.md --- examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index fec709ade..6a366972f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -77,8 +77,8 @@ Examples using raylib textures functionality, including image/textures loading/g | 55 | [textures_bunnymark](textures/textures_bunnymark.c) | textures_bunnymark | ray | | | 56 | [textures_mouse_painting](textures/textures_mouse_painting.c) | textures_mouse_painting | [Chris Dill](https://github.com/MysteriousSpace) | | | 57 | [textures_blend_modes](textures/textures_blend_modes.c) | textures_blend_modes | [Karlo Licudine](https://github.com/accidentalrebel) | | -| 58 | [textures/textures_draw_tiled](textures/textures_draw_tiled.c) | textures_draw_tiled | [Vlad Adrian](https://github.com/demizdor) | | -| -- | [textures/textures_poly](textures/textures_poly.c) | textures_poly | [Chris Camacho](https://github.com/codifies) | ⭐️ | +| 58 | [textures_draw_tiled](textures/textures_draw_tiled.c) | textures_draw_tiled | [Vlad Adrian](https://github.com/demizdor) | | +| -- | [textures_poly](textures/textures_poly.c) | textures_poly | [Chris Camacho](https://github.com/codifies) | ⭐️ | ### category: text @@ -96,7 +96,7 @@ Examples using raylib text functionality, including sprite fonts loading/generat | 66 | [text_writing_anim](text/text_writing_anim.c) | text_writing_anim | ray | | | 67 | [text_rectangle_bounds](text/text_rectangle_bounds.c) | text_rectangle_bounds | [Vlad Adrian](https://github.com/demizdor) | | | 68 | [text_unicode](text/text_unicode.c) | text_unicode | [Vlad Adrian](https://github.com/demizdor) | | -| -- | [text/text_draw_3d](text/text_draw_3d.c) | text_draw_3d | [Vlad Adrian](https://github.com/demizdor) | ⭐️ | +| -- | [text_draw_3d](text/text_draw_3d.c) | text_draw_3d | [Vlad Adrian](https://github.com/demizdor) | ⭐️ | ### category: models