Parcourir la source

update shapes bouncing ball (#4226)

pull/4243/head
Anthony Carbajal il y a 4 mois
committed by GitHub
Parent
révision
3c5bdae7ab
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/shapes/shapes_bouncing_ball.c

+ 1
- 1
examples/shapes/shapes_bouncing_ball.c Voir le fichier

@ -62,7 +62,7 @@ int main(void)
ClearBackground(RAYWHITE);
DrawCircleV(ballPosition, (float)ballRadius, MAROON);
o">//DrawText("PRESS SPACE to PAUSE BALL MOVEMENT", 10, GetScreenHeight() - 25, 20, LIGHTGRAY);
DrawText("PRESS SPACE to PAUSE BALL MOVEMENT", 10, GetScreenHeight() - 25, 20, LIGHTGRAY);
// On pause, we draw a blinking message
if (pause && ((framesCounter/30)%2)) DrawText("PAUSED", 350, 200, 30, GRAY);

Chargement…
Annuler
Enregistrer