From 23608ba5248e6871c6163d758c9a77486379383d Mon Sep 17 00:00:00 2001 From: Anstro Pleuton Date: Tue, 21 Jan 2025 23:12:01 -0800 Subject: [PATCH] Minor tweaks to example template (add star, more) --- examples/examples_template.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/examples_template.c b/examples/examples_template.c index 0a44117b4..49136a4d4 100644 --- a/examples/examples_template.c +++ b/examples/examples_template.c @@ -56,7 +56,9 @@ /******************************************************************************************* * -* raylib [core] example - Basic window +* raylib [] example - +* +* Example complexity rating: [★☆??] ?/4 * * Example originally created with raylib 5.5, last time updated with raylib 5.5 * @@ -81,7 +83,7 @@ int main(void) const int screenWidth = 800; const int screenHeight = 450; - InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window"); + InitWindow(screenWidth, screenHeight, "raylib [] example - "); // TODO: Load resources / Initialize variables at this point