From 26a339710fc8586965b73553310a6d1ba578eb50 Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Sat, 28 Dec 2024 18:23:25 +0100 Subject: [PATCH] peng --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 727c923..4b3e1c4 100644 --- a/main.py +++ b/main.py @@ -84,6 +84,8 @@ while running: running = False if event.type == MOUSEMOTION: avion.rect.x = event.pos[0] + if event.type == MOUSEBUTTONDOWN: + print("Peng") keys = pygame.key.get_pressed() if keys[pygame.K_SPACE]: liste_des_sprites.remove(texte)