Mods
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user