Mods
This commit is contained in:
parent
371ff16f3c
commit
6964d3fb18
|
@ -180,6 +180,7 @@ class Window:
|
||||||
root = QWidget()
|
root = QWidget()
|
||||||
container = QHBoxLayout()
|
container = QHBoxLayout()
|
||||||
btn_restart = QPushButton("Restart")
|
btn_restart = QPushButton("Restart")
|
||||||
|
btn_restart.setToolTip(f"Restart with a new set of ants")
|
||||||
btn_restart.clicked.connect(Game.restart)
|
btn_restart.clicked.connect(Game.restart)
|
||||||
|
|
||||||
Window.speed = QComboBox()
|
Window.speed = QComboBox()
|
||||||
|
|
Loading…
Reference in New Issue