Update text_levitating_animation.c
This commit is contained in:
parent
6dcbd18fa3
commit
1de049ac1a
|
|
@ -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…
Reference in New Issue
Block a user