From 1de049ac1a476b86fa69ab719a8ea77bf94760e4 Mon Sep 17 00:00:00 2001 From: RANDRIA Luca Date: Thu, 31 Jul 2025 01:53:31 +0300 Subject: [PATCH] Update text_levitating_animation.c --- examples/text/text_levitating_animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text/text_levitating_animation.c b/examples/text/text_levitating_animation.c index aaae06a83..7767820f9 100644 --- a/examples/text/text_levitating_animation.c +++ b/examples/text/text_levitating_animation.c @@ -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)