Browse Source

.

chapitre-1-start
antoine 3 years ago
parent
commit
8b1fda51f4
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      birdie.py

+ 5
- 2
birdie.py View File

@@ -2,9 +2,11 @@ import pgzrun


TITLE = "Paf l'oiseau" TITLE = "Paf l'oiseau"
WIDTH = 400 WIDTH = 400
HEIGHT = 708
HEIGHT = 700




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







@@ -16,6 +18,7 @@ HEIGHT = 708




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



pgzrun.go() pgzrun.go()

Loading…
Cancel
Save