diff --git a/constantes.py b/constantes.py new file mode 100644 index 0000000..e4e1e8b --- /dev/null +++ b/constantes.py @@ -0,0 +1,10 @@ +""" +programme avec les constantes +""" +largeur_fenetre = 1000 +hauteur_fenetre = 500 + +image_icone = "image/a205gti_blanche.png" + +titre_fenetre = "Cars and Run 2D" +image_acceuil = "image/bg_champ_perte_de_vue.jpg" \ No newline at end of file