diff --git a/birdie.py b/birdie.py index 2b8fa64..a3a593a 100644 --- a/birdie.py +++ b/birdie.py @@ -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()