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

Fixed quit button (by doing nothing at all??), removed that todo

parent e5a8381e
No related branches found
No related tags found
1 merge request!23Resolve "Game menus start and end"
Pipeline #43005 passed
......@@ -496,7 +496,6 @@ class PyGameGUI:
)
self.start_button.can_hover()
# TODO: fix quit button!
self.quit_button = pygame_gui.elements.UIButton(
relative_rect=pygame.Rect(
(
......
......@@ -2,7 +2,7 @@
GameWindow:
WhatIsFixed: window_width # entweder grid oder window_width
size: 600
size: 500
screen_margin: 100
Kitchen:
......
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