소스 검색

chap1-challenge6

chapitre-1-challenge-6
ophelie 3 년 전
부모
커밋
371010e150
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      birdie.py

+ 4
- 2
birdie.py 파일 보기

@@ -14,9 +14,11 @@ def on_mouse_down(): # fonction 'click avec souris'
def on_mouse_up(): # fonction 'quand la souris ne click plus'
print('relache souris')
titi.y += 6
titi.speed = 5
titi.speed = 3
titi.speed += 1
birdi.y += 10
birdi.speed = 8
birdi.speed = 2
birdi.speed += 1

def update():
titi.y += titi.speed # mise a jour (60x/sec) de titi


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