summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 13:26:26 +0100
committerGitHub <[email protected]>2020-01-09 13:26:26 +0100
commit689f3c086bfa55769c3dbaf002c6a9b0ca98fe5c (patch)
tree626a5a401836cd3e3bd342a4c327e5d072e56db0 /examples
parent9f79ed2972bb669f851c0f55361458c99ff811b5 (diff)
downloadraylib-689f3c086bfa55769c3dbaf002c6a9b0ca98fe5c.tar.gz
raylib-689f3c086bfa55769c3dbaf002c6a9b0ca98fe5c.zip
Update README.md
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index f1dff7fa..b7bacbbe 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,8 +4,9 @@
Examples using raylib core platform functionality like window creation, inputs, drawing modes and system functionality.
-| ## | example | image | developer | recent |
-|----|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|---------------------------------------------------|--------|
+
+| ## | example | image | developer | new |
+|----|----------|--------|:----------:|:------:|
| 01 | [core_basic_window](examples/core/core_basic_window.c) | <img src="core/core_basic_window.png" alt="core_basic_window" width="200"> | ray | |
| 02 | [core_input_keys](examples/core/core_input_keys.c) | <img src="core/core_input_keys.png" alt="core_input_keys" width="200"> | ray | |
| 03 | [core_input_mouse](examples/core/core_input_mouse.c) | <img src="core/core_input_mouse.png" alt="core_input_mouse" width="200"> | ray | |