Fix broken tests

This commit is contained in:
Yohann D'ANELLO
2020-11-19 01:11:11 +01:00
parent 075c061a14
commit 109543a385
6 changed files with 78 additions and 47 deletions

View File

@ -121,9 +121,3 @@ class SettingsMenu(Menu):
game.settings.write_settings()
self.waiting_for_key = False
self.update_values(game.settings)
class ArbitraryMenu(Menu):
def __init__(self, values: list):
super().__init__()
self.values = values