Update terminis.py

This commit is contained in:
adrienmalin
2019-02-15 00:07:13 +01:00
parent e6d18deb9b
commit 6634f32e92

View File

@ -546,6 +546,7 @@ class Controls(Window, configparser.SafeConfigParser):
def __getitem__(self, key): def __getitem__(self, key):
return self.get("CONTROLS", key) return self.get("CONTROLS", key)
class Game: class Game:
WIDTH = 80 WIDTH = 80
HEIGHT = Matrix.HEIGHT HEIGHT = Matrix.HEIGHT