Kaynağa Gözat

ajout tube

ch-2-start
cyclopsng 3 yıl önce
ebeveyn
işleme
c99c300064
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      birdie.py

+ 4
- 1
birdie.py Dosyayı Görüntüle

@@ -14,9 +14,12 @@ def update():
def draw():
screen.blit('background', (0, 0))
titi.draw()
tube_superieur.draw()
tube_inferieur.draw()

titi = Actor('bird1', (75, 350))
titi.speed = 1

tube_superieur = Actor('top', (300,0))
tube_inferieur = Actor('bottom', (300,700))

pgzrun.go()

Yükleniyor…
İptal
Kaydet