Browse Source

?

chapitre-1-start
michaelmeunier 3 years ago
parent
commit
ba93159727
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      birdie.py

+ 2
- 2
birdie.py View File

@@ -3,12 +3,12 @@ TITLE = "Paf l'oiseau"
WIDTH = 400 WIDTH = 400
HEIGTH = 708 HEIGTH = 708


birdie = actor('bird2', midtop=(400,708 ))
birdie = actor('bird2', midtop=(, ))
birdie.x_direction = 1 # rigth birdie.x_direction = 1 # rigth
birdie.y_direction = 1 # down birdie.y_direction = 1 # down
birdie.speed = 1 birdie.speed = 1


def on_mouse_down








Loading…
Cancel
Save