Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider f07a105c rédigé par Gwenole ROGER's avatar Gwenole ROGER
Parcourir les fichiers

Update affichage_statique_thread.py

parent e6a2156d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,10 +11,10 @@ def load_image(name):
class _Affichage:
os.chdir(os.path.join("robot", "afficheur", "images"))
logo_lab = load_image(r"logo_lab.jpg")
logo_univ_nantes = load_image(r"logos.png")
#logo_univ_nantes = load_image(r"logos.png")
thonk = load_image(r"thonk.png")
# Resize the univ nantes logo to fit the screen
logo_univ_nantes = pygame.transform.scale(logo_univ_nantes, (int(logo_univ_nantes.get_width() * 0.7), int(logo_univ_nantes.get_height() * 0.7)))
#logo_univ_nantes = pygame.transform.scale(logo_univ_nantes, (int(logo_univ_nantes.get_width() * 0.7), int(logo_univ_nantes.get_height() * 0.7)))
thonk = pygame.transform.scale(thonk, (200, 200))
def __init__(self):
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter