예제 #1
0
def find_lianjin_formula(threshold):
    return find_match(screen_cap.screen_left(), 'lianjin', 2 + 1, threshold)
예제 #2
0
def find_drawing(threshold):
    return find_match(screen_cap.screen_left(), 'drawing', 0 + 1, threshold)
예제 #3
0
def find_money(threshold):
    return find_match(screen_cap.screen_left(), 'money', 0 + 1, threshold)