From fea3a2340b832d20d07e8df3fb1cce36d3c389de Mon Sep 17 00:00:00 2001 From: "laneury.a" <> Date: Tue, 18 Feb 2025 20:31:22 +0100 Subject: [PATCH] prgrm constantes --- constantes.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 constantes.py 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