added mining ui mode

This commit is contained in:
2022-10-16 16:39:27 +02:00
parent 08d1370001
commit 43926eb6da
4 changed files with 25 additions and 209 deletions

View File

@@ -3,7 +3,7 @@ import cv2 as cv
from utils import dig_point, check_for_ok_button
from window_capture import WindowCapture
from vision import Vision
from dig_overlay import DiggingOverlay
from mine_overlay import DiggingOverlay
class Mine: