mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
new game ui; random weather and time
This commit is contained in:
@@ -44,6 +44,7 @@ class Window:
|
||||
|
||||
class Menu:
|
||||
parent = None # type: Menu
|
||||
|
||||
def __init__(self, window: Window, parent, game: Game):
|
||||
self.window = window
|
||||
self.parent = parent
|
||||
|
||||
Reference in New Issue
Block a user