Removed debug line

This commit is contained in:
2025-06-22 17:55:44 +01:00
parent 48bd8126a5
commit f324848c19

View File

@ -94,7 +94,6 @@ class Launcher:
# CTRL+ESC # CTRL+ESC
if event.type == pygame.QUIT or (event.type == pygame.KEYDOWN and event.key == pygame.K_ESCAPE and event.mod == 64): if event.type == pygame.QUIT or (event.type == pygame.KEYDOWN and event.key == pygame.K_ESCAPE and event.mod == 64):
print(event)
# Close the game. # Close the game.
# TODO: Fade out game? # TODO: Fade out game?
self.currentGame.close() self.currentGame.close()