summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-12-24 15:51:46 +0100
committerraysan5 <[email protected]>2020-12-24 15:51:46 +0100
commit8073c5ec93a04561dd1165eca5e9f7dd665a47b6 (patch)
treedcf0b2284f237304ad9684444b9a8c5889b76592 /examples
parent13a288d13a37c0ec68e69e3784c22a0b38e866c7 (diff)
downloadraylib-8073c5ec93a04561dd1165eca5e9f7dd665a47b6.tar.gz
raylib-8073c5ec93a04561dd1165eca5e9f7dd665a47b6.zip
Update README.md
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md
index eaaaacda..61795a9c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -28,8 +28,8 @@ Examples using raylib core platform functionality like window creation, inputs,
| 20 | [core_storage_values](core/core_storage_values.c) | <img src="core/core_storage_values.png" alt="core_storage_values" width="200"> | ray | |
| 21 | [core_vr_simulator](core/core_vr_simulator.c) | <img src="core/core_vr_simulator.png" alt="core_vr_simulator" width="200"> | ray | |
| 22 | [core_loading_thread](core/core_loading_thread.c) | <img src="core/core_loading_thread.png" alt="core_loading_thread" width="200"> | ray | ⭐️ |
-| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | <img src="core/core_loading_thread.png" alt="core_loading_thread" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ |
-| 24 | [core/core_window_flags](core/core_window_flags.c) | <img src="core/core_storage_values.png" alt="core_storage_values" width="200"> | ray | ⭐️ | | ⭐️ |
+| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | <img src="core/core_quat_conversion.png" alt="core_quat_conversion" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ |
+| 24 | [core/core_window_flags](core/core_window_flags.c) | <img src="core/core_window_flags.png" alt="core_window_flags" width="200"> | ray | ⭐️ | | ⭐️ |
### category: shapes
@@ -137,7 +137,7 @@ Examples using raylib shaders functionality, including shaders loading, paramete
| 94 | [shaders_julia_set](shaders/shaders_julia_set.c) | <img src="shaders/shaders_julia_set.png" alt="shaders_julia_set" width="200"> | [eggmund](https://github.com/eggmund) | |
| 95 | [shaders_eratosthenes](shaders/shaders_eratosthenes.c) | <img src="shaders/shaders_eratosthenes.png" alt="shaders_eratosthenes" width="200"> | [ProfJski](https://github.com/ProfJski) | |
| 96 | [shaders_fog](shaders/shaders_fog.c) | <img src="shaders/shaders_fog.png" alt="shaders_fog" width="200"> | [Chris Camacho](https://github.com/codifies) | |
-| 97 | [shaders_simple_mask](shaders/shaders_simple_mask.c) | <img src="shaders/shaders_simple_mask.png" alt="shaders_simple_mask" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ |
+| 97 | [shaders_simple_mask](shaders/shaders_simple_mask.c) | <img src="shaders/shaders_simple_mask.png" alt="shaders_simple_mask" width="200"> | [Chris Camacho](https://github.com/codifies) | |
| 98 | [shaders_spotlight](shaders/shaders_spotlight.c) | <img src="shaders/shaders_spotlight.png" alt="shaders_spotlight" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ |
| 99 | [shaders_hot_reloading](shaders/shaders_hot_reloading.c) | <img src="shaders/shaders_hot_reloading.png" alt="shaders_hot_reloading" width="200"> | ray | ⭐️ |
| 100 | [shaders_rlgl_mesh_instanced](shaders/shaders_rlgl_mesh_instanced.c) | <img src="shaders/shaders_rlgl_mesh_instanced.png" alt="shaders_rlgl_mesh_instanced" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ |