added mining ui mode
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user