Screen is resizable (but please be nice with it)

This commit is contained in:
Yohann D'ANELLO
2020-11-10 21:20:11 +01:00
parent d50c775e0f
commit e9ac448854
4 changed files with 8 additions and 7 deletions

View File

@ -69,7 +69,6 @@ class Game:
self.display_refresh()
key = screen.getkey()
self.handle_key_pressed(self.translate_key(key))
self.display_refresh()
def translate_key(self, key: str) -> KeyValues:
"""