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:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user