Skip to content

Commit

Permalink
Minor tweaks to example template (add star, more)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anstro Pleuton committed Jan 22, 2025
1 parent c1e3641 commit 23608ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/examples_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

/*******************************************************************************************
*
* raylib [core] example - Basic window
* raylib [<module>] example - <name>
*
* Example complexity rating: [★☆??] ?/4
*
* Example originally created with raylib 5.5, last time updated with raylib 5.5
*
Expand All @@ -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 [<module>] example - <name>");

// TODO: Load resources / Initialize variables at this point

Expand Down

0 comments on commit 23608ba

Please sign in to comment.