소스 검색

ajout Stop

chap1-challenge2-titistop
Melo 3 년 전
부모
커밋
e93cd03708
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      birdie.py

+ 3
- 2
birdie.py 파일 보기

@@ -12,8 +12,9 @@ def draw():


def on_mouse_down(): def on_mouse_down():
print('Clic souris !') print('Clic souris !')
titi.y -= 20
titi.x -= -10
#titi.y -= 20
#titi.x -= -10
titi.speed = 0


def update(): def update():
titi.x += titi.speed titi.x += titi.speed


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