소스 검색

mise a jour

chapitre-1-end
patient 3 년 전
부모
커밋
cf4f3500e6
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      birdie.py

+ 6
- 1
birdie.py 파일 보기

@@ -4,7 +4,12 @@ TITLE = "paf l'oiseau"
WIDTH = 400
HEIGHT = 708


def draw():
screen.blit('bird2', (0, 0))
bird.draw()
titi= Actor('bird1', (75, 350))
bird = Actor('bird2', (75,350))


def draw():
@@ -14,7 +19,7 @@ def draw():

def on_mouse_down():
print('Clic souris !')
titi.y -= 50 #
titi.y -= 80 #
def on_mouse_up():
print('mouse up')
titi.y -= 20


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