mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-09 19:30:40 +00:00
fin du cours
This commit is contained in:
5
learning_pygame/bouncing_ball_project/constantes.py
Normal file
5
learning_pygame/bouncing_ball_project/constantes.py
Normal file
@@ -0,0 +1,5 @@
|
||||
LARGEUR_ECRAN = 600
|
||||
HAUTEUR_ECRAN = 800
|
||||
|
||||
BLANC = (255,255,255)
|
||||
|
||||
Reference in New Issue
Block a user