Skip to content

Commit

Permalink
修复read_screen第一个名字的坐标
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Oct 13, 2023
1 parent e0b47b5 commit deb972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ def get_agent_from_room(self, room, read_time_index=None):
if length > 3: self.swipe((self.recog.w * 0.8, self.recog.h * 0.5), (0, self.recog.h * 0.45), duration=500,
interval=1,
rebuild=True)
name_p = [((1460, 155), (1800, 215)), ((1460, 365), (1800, 425)), ((1460, 576), (1800, 633)),
name_p = [((1460, 160), (1800, 215)), ((1460, 365), (1800, 425)), ((1460, 576), (1800, 633)),
((1460, 555), (1800, 613)), ((1460, 765), (1800, 823))]
time_p = [((1650, 270, 1780, 305)), ((1650, 480, 1780, 515)), ((1650, 690, 1780, 725)),
((1650, 668, 1780, 703)), ((1650, 877, 1780, 912))]
Expand Down

0 comments on commit deb972a

Please sign in to comment.