New Game Wizard with Qt UI

This commit is contained in:
Khopa
2019-07-05 01:58:23 +02:00
parent b66bf4cc36
commit dc91f5004e
11 changed files with 413 additions and 96 deletions

View File

@@ -86,10 +86,6 @@ PLAYER_BUDGET_BASE = 14
PLAYER_BUDGET_IMPORTANCE_LOG = 2
class Game:
settings = None # type: Settings
budget = PLAYER_BUDGET_INITIAL