This commit is contained in:
Yadciel 2023-04-25 15:30:11 +02:00
parent 196e16b404
commit cf2f5bb9da

View File

@ -21,7 +21,6 @@ def start():
white = (255, 255, 255)
blue = (0, 0, 255)
while True:
for event in pygame.event.get():
if event.type == pygame.QUIT: