1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-24 07:25:04 +00:00

fix: lesson

This commit is contained in:
RedDeadDepresso
2024-01-01 19:27:08 +00:00
parent c26db5c179
commit 50e9a1a9d9
+1 -1
View File
@@ -8,7 +8,7 @@ from tasks.schedule.scroll_select import ScrollSelect
import numpy as np import numpy as np
SCROLL_SELECT = ScrollSelect(window_button=SCROLL, first_item_button=FIRST_ITEM, expected_button=LOCATIONS, clickx=1114) SCROLL_SELECT = ScrollSelect(window_button=SCROLL, first_item_button=FIRST_ITEM, expected_button=LOCATIONS, clickx=1116)
xs = np.linspace(299, 995, 3, dtype=int) xs = np.linspace(299, 995, 3, dtype=int)
ys = np.linspace(268, 573, 3, dtype=int) ys = np.linspace(268, 573, 3, dtype=int)