Procházet zdrojové kódy

ajout tube

ch-2-start
cyclopsng před 3 roky
rodič
revize
c99c300064
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      birdie.py

+ 4
- 1
birdie.py Zobrazit soubor

@@ -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()

Načítá se…
Zrušit
Uložit