mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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