From 12d6ce5c5e31b21ab383042fdd2a0b823cc8bf05 Mon Sep 17 00:00:00 2001 From: Jordan-Pleugers Date: Tue, 24 Nov 2020 16:10:10 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20challenge=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- birdie.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/birdie.py b/birdie.py index 61f7424..2d9b27f 100644 --- a/birdie.py +++ b/birdie.py @@ -21,8 +21,12 @@ def draw(): screen.blit('background', (0, 0)) titi.draw() titi2.draw() + poteau_1.draw() + poteau_2.draw() titi = Actor('bird1', (75, 350)) titi2 = Actor('bird2', (75, 350)) +poteau_1 = Actor('bottom',(300,800)) +poteau_2 = Actor('top',(300, -100)) def update(): titi.x += titi.speed