소스 검색

suppression des lignes inutiles

challenge2BirdStop
Melo 3 년 전
부모
커밋
ebd42d2f78
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      birdie.py

+ 0
- 6
birdie.py 파일 보기

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

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

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



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