added mining ui mode

This commit is contained in:
2022-10-16 17:17:58 +02:00
parent 43926eb6da
commit 862ce4c837
4 changed files with 7 additions and 7 deletions

View File

@@ -44,11 +44,11 @@ class PrimaryOverlay(threading.Thread):
self.PauseButton = tk.Button
self.QuitButton = tk.Button
self.TkPosition = '133x239+60+600'
self.setDaemon(True)
self.StatusLabel = tk.Label
# self.TkPosition = config.returnEnemyPlayerOverlayPos()
#
self.start()
def run(self):
@@ -128,6 +128,7 @@ class PrimaryOverlay(threading.Thread):
self.root.quit()
def destroy(self):
self.hide_mining_overlay()
self.root.destroy()
def start_button_callback(self):