Update text_levitating_animation.c

This commit is contained in:
RANDRIA Luca 2025-07-31 01:53:31 +03:00 committed by GitHub
parent 6dcbd18fa3
commit 1de049ac1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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