소스 검색

challenge-5-ok

chapitre-1-challenge-5
Cleason 3 년 전
부모
커밋
12b0a602bc
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. +2
    -5
      birdie.py

+ 2
- 5
birdie.py 파일 보기

@@ -13,13 +13,10 @@ def draw():
screen.blit('background', (0, 0))
titi.draw()

def on_mouse_up():
print('Clic souris !')
titi.speed = 0


def update():
titi.x += titi.speed
if titi.left > WIDTH :
titi.right = 0


titi.speed = 3


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