Skip to content

Commit

Permalink
La balle va vers la gauche
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvandeneynde committed Jan 24, 2018
1 parent 0f300a3 commit 256ba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygame0_code_minimal.py
Expand Up @@ -28,7 +28,7 @@


# TICK # TICK


ma_position = ma_position + 5 ma_position = ma_position - 5
if ma_position > 700: if ma_position > 700:
ma_position = 0 ma_position = 0
print(ma_position) print(ma_position)
Expand Down

0 comments on commit 256ba53

Please sign in to comment.