Browse Source

chap-3-start-JP

chap-3-start-JP
Jordan Pleugers 3 years ago
parent
commit
a1f811ab3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      birdie.py

+ 1
- 1
birdie.py View File

@@ -29,6 +29,6 @@ tube_superieur = Actor('top', (300, 0))
tube_inferieur = Actor('bottom', (300, tube_superieur.height + ecart))
vitesse_defilement = 1

# print(tube_superieur.width, tube_superieur.height)
print(tube_superieur.width, tube_superieur.height)

pgzrun.go()

Loading…
Cancel
Save