Browse Source

Update text_levitating_animation.c

pull/5074/head
RANDRIA Luca 2 months ago
committed by GitHub
parent
commit
1de049ac1a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/text/text_levitating_animation.c

+ 1
- 1
examples/text/text_levitating_animation.c View File

@ -10,7 +10,7 @@ int main() {
const Color textColor = WHITE;
// Initialize Raylib
InitWindow(screenWidth, screenHeight, "Levitating Text");
InitWindow(screenWidth, screenHeight, "raylib [text] example - Levitating Text Animation");
SetTargetFPS(60);
// Initial position of the text (centered on the screen)

Loading…
Cancel
Save