Parcourir la source

update text writing anim (#4230)

pull/4243/head
Anthony Carbajal il y a 8 mois
committed by GitHub
Parent
révision
243801c2d1
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/text/text_writing_anim.c

+ 1
- 1
examples/text/text_writing_anim.c Voir le fichier

@ -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();
//----------------------------------------------------------------------------------

Chargement…
Annuler
Enregistrer