This commit is contained in:
Auric Vente 2024-07-21 01:31:58 -06:00
parent 371ff16f3c
commit 6964d3fb18
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ class Window:
root = QWidget()
container = QHBoxLayout()
btn_restart = QPushButton("Restart")
btn_restart.setToolTip(f"Restart with a new set of ants")
btn_restart.clicked.connect(Game.restart)
Window.speed = QComboBox()