Skip to content

Commit

Permalink
update text writing anim (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel authored Aug 9, 2024
1 parent 2590a30 commit 243801c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text/text_writing_anim.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main(void)
DrawText(TextSubtext(message, 0, framesCounter/10), 210, 160, 20, MAROON);

DrawText("PRESS [ENTER] to RESTART!", 240, 260, 20, LIGHTGRAY);
DrawText("PRESS [SPACE] to SPEED UP!", 239, 300, 20, LIGHTGRAY);
DrawText("HOLD [SPACE] to SPEED UP!", 239, 300, 20, LIGHTGRAY);

EndDrawing();
//----------------------------------------------------------------------------------
Expand Down

0 comments on commit 243801c

Please sign in to comment.