Update terminis.py
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user