Skip to content
Snippets Groups Projects
Commit 84ced2c3 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Start game not in fullscreen and enable fullscreen button

parent 306726cf
No related branches found
No related tags found
No related merge requests found
Pipeline #50730 passed
......@@ -205,7 +205,7 @@ class PyGameGUI:
self.switch_score_color: bool = False
self.count_frames_score_label: int = 0
self.fullscreen = do_study
self.fullscreen = False
self.menu_state = MenuStates.Start
self.manager: pygame_gui.UIManager
......@@ -1030,6 +1030,7 @@ class PyGameGUI:
self.start_screen_elements = [
self.start_button,
self.press_a_image,
self.fullscreen_button,
]
self.on_all_screens = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment