This commit is contained in:
Auric Vente
2024-07-22 19:38:10 -06:00
parent 9fcc9d31f8
commit 2b9eb8a4fd
4 changed files with 26 additions and 6 deletions

View File

@@ -224,7 +224,7 @@ class Window:
container = QHBoxLayout()
btn_menu = QPushButton("Menu")
btn_menu.setToolTip("Restart with a new set of ants")
btn_menu.setToolTip("The main menu")
btn_menu.clicked.connect(Game.menu)
Window.speed = QComboBox()