Explorar el Código

Boom chap3

Chapitre_3_Start
gaetanv hace 3 años
padre
commit
6f562ba2c6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      birdiesV2.py

+ 2
- 2
birdiesV2.py Ver fichero

@@ -45,8 +45,8 @@ def heurte_tube() :


def update():
fond.x += 1
fond2.x += 1
fond.x += 1.1
fond2.x += 1.1
if fond.x > 400 :
fond.x = 200
if fond2.x > 200 :


Cargando…
Cancelar
Guardar