Browse Source

suppression des lignes inutiles

Chap1-challenge3-go-stop
Melo 3 years ago
parent
commit
d5b31a6be5
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      birdie.py

+ 0
- 3
birdie.py View File

@@ -8,9 +8,6 @@ haut = 75
larg = 350
titi = Actor('bird1', (haut, larg))

# a = 400 #fin d ecran
# b = 1 #début d ecran

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


Loading…
Cancel
Save