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