1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Add: Rondo at Rainbow's End chapter AC

- Fix: swipe route out of target box
- Fix: Re-add handle_combat_weapon_release()
This commit is contained in:
LmeSzinc
2022-04-28 23:07:09 +08:00
parent 17ff63f45f
commit 08aa64580d
16 changed files with 170 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ def random_rectangle_vector_opted(
return tuple(end_point - vector), tuple(end_point)
end_point = random_rectangle_point(box)
return tuple(end_point - vector), tuple(end_point)
return point_limit(end_point - vector, box), point_limit(end_point, box)
def random_line_segments(p1, p2, n, random_range=(0, 0, 0, 0)):