From 1d47877037bdfb703528c812abb741ed2454bfe6 Mon Sep 17 00:00:00 2001 From: Eica2020! Date: Tue, 8 Dec 2020 14:18:09 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20Programme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- birdie.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/birdie.py b/birdie.py index 45966e3..9036bad 100644 --- a/birdie.py +++ b/birdie.py @@ -1,5 +1,8 @@ import pgzrun +TITLE = "Paf l'oiseau" +WIDTH = 400 +HEIGHT = 708 pgzrun.go()