소스 검색

mise à jour challenge 1

chapitre-1-challenge-1
Jordan Pleugers 3 년 전
부모
커밋
12d6ce5c5e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      birdie.py

+ 4
- 0
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


불러오는 중...
취소
저장