Add possibility to define the background color of entities (black in ASCII, white in Unicode)

This commit is contained in:
Yohann D'ANELLO
2020-11-10 22:34:12 +01:00
parent a8223aab2e
commit d26b66f337
3 changed files with 19 additions and 1 deletions

View File

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