Browse Source

Boom chap3

Chapitre_3_Start
gaetanv 3 years ago
parent
commit
6f562ba2c6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      birdiesV2.py

+ 2
- 2
birdiesV2.py View File

@@ -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 :


Loading…
Cancel
Save