Updated examples short description

This commit is contained in:
Ray
2025-08-26 00:32:24 +02:00
parent a67b49498f
commit a72b4b177b
102 changed files with 104 additions and 104 deletions

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [text] example - drawing 3d text
* raylib [text] example - 3d text drawing
*
* Example complexity rating: [★★★★] 4/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [text] example - text formating
* raylib [text] example - text formatting
*
* Example complexity rating: [★☆☆☆] 1/4
*
@ -25,7 +25,7 @@ int main(void)
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [text] example - text formating");
InitWindow(screenWidth, screenHeight, "raylib [text] example - text formatting");
int score = 100020;
int hiscore = 200450;

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [text] example - unicode text drawing
* raylib [text] example - unicode emojis
*
* Example complexity rating: [★★★★] 4/4
*