From 7b68884a03cd51dcc7dc31e24a37c8e02a4a2269 Mon Sep 17 00:00:00 2001 From: Lapin-Blanc Date: Tue, 8 Dec 2020 11:00:56 +0100 Subject: [PATCH] it's time --- birdie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdie.py b/birdie.py index 46940d1..dca8034 100644 --- a/birdie.py +++ b/birdie.py @@ -5,7 +5,7 @@ WIDTH = 400 HEIGHT = 708 def on_mouse_down(): - print('Clac souris !') + print('Clock souris !') titi.y -= 50 def update():