From c1615aaac4fbb3b66cc97da7674929b0467cb7c7 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 14 Sep 2025 10:22:56 +0200 Subject: [PATCH] Update examples_template.c --- examples/examples_template.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/examples_template.c b/examples/examples_template.c index 2bb223a9c..39a19351d 100644 --- a/examples/examples_template.c +++ b/examples/examples_template.c @@ -36,8 +36,9 @@ 10. Have fun! - The following files should be updated when adding a new example, it's planned to create some - script to automatize this process but not available yet + The following files must be updated when adding a new example, + but it can be automatically done using the raylib provided tool: rexm + So, no worries if just the .c/.png are provided when adding the example. - raylib/examples//_example_name.c - raylib/examples//_example_name.png