Browse Source

ajout tube

ch-2-start
cyclopsng 3 years ago
parent
commit
c99c300064
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      birdie.py

+ 4
- 1
birdie.py View File

@@ -14,9 +14,12 @@ def update():
def draw():
screen.blit('background', (0, 0))
titi.draw()
tube_superieur.draw()
tube_inferieur.draw()

titi = Actor('bird1', (75, 350))
titi.speed = 1

tube_superieur = Actor('top', (300,0))
tube_inferieur = Actor('bottom', (300,700))

pgzrun.go()

Loading…
Cancel
Save