Browse Source

chapitre1-challenge3

chapitre1-challenge3
Jen 3 years ago
parent
commit
aee82ab7a1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      birdie.py

+ 2
- 0
birdie.py View File

@@ -6,6 +6,7 @@ HEIGHT = 708
def draw():
screen.blit('background.png', (0,0))
titi.draw()

def on_mouse_down():
print('Clic souris !')
@@ -39,4 +40,5 @@ titi.speed = 1




pgzrun.go()

Loading…
Cancel
Save