소스 검색

?

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

+ 2
- 2
birdie.py 파일 보기

@@ -3,12 +3,12 @@ TITLE = "Paf l'oiseau"
WIDTH = 400
HEIGTH = 708

birdie = actor('bird2', midtop=(400,708 ))
birdie = actor('bird2', midtop=(, ))
birdie.x_direction = 1 # rigth
birdie.y_direction = 1 # down
birdie.speed = 1

def on_mouse_down





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