Browse Source

ajout oiseau

chapitre-1-start
melo 3 years ago
parent
commit
49c0091677
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      birdie.py

+ 3
- 0
birdie.py View File

@@ -4,7 +4,10 @@ TITLE = "Paf l'oiseau"
WIDTH = 400
HEIGHT = 708

bird = Actor('bird1', (75, 350))

def draw():
screen.blit('cascade', (0, 0))


pgzrun.go()

Loading…
Cancel
Save