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

Logo

parent 8a757d96
No related branches found
No related tags found
1 merge request!55Resolve "Second window"
Pipeline #45928 passed
......@@ -100,6 +100,9 @@ class PyGameGUI:
manager_ids: list[str],
):
pygame.init()
pygame.display.set_icon(
pygame.image.load(ROOT_DIR / "gui_2d_vis" / "images" / "fish3.png")
)
self.game_screen: pygame.Surface = None
self.FPS = 60
......
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