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