This commit is contained in:
Yadciel 2023-04-25 21:57:58 +02:00
parent cf2f5bb9da
commit 46c25b99ef

View File

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