Removed debug line
This commit is contained in:
@ -94,7 +94,6 @@ class Launcher:
|
||||
|
||||
# CTRL+ESC
|
||||
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.
|
||||
# TODO: Fade out game?
|
||||
self.currentGame.close()
|
||||
|
||||
Reference in New Issue
Block a user