mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
Merge pull request #2097 from MaaAssistantArknights/dev
Release v4.6.0-beta.2
This commit is contained in:
@@ -4770,7 +4770,7 @@
|
||||
"algorithm": "JustReturn",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [
|
||||
780,
|
||||
980,
|
||||
200,
|
||||
100,
|
||||
300
|
||||
@@ -4783,7 +4783,7 @@
|
||||
"algorithm": "JustReturn",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [
|
||||
360,
|
||||
560,
|
||||
200,
|
||||
100,
|
||||
300
|
||||
|
||||
@@ -359,8 +359,8 @@ void asst::RoguelikeRecruitTaskPlugin::swipe_to_the_left_of_operlist(int loop_ti
|
||||
void asst::RoguelikeRecruitTaskPlugin::slowly_swipe(ProcessTaskAction action)
|
||||
{
|
||||
LogTraceFunction;
|
||||
static Rect right_rect = Task.get("RoguelikeRecruitSlowlySwipeRightRect")->specific_rect; // 780, 200, 100, 300
|
||||
static Rect left_rect = Task.get("RoguelikeRecruitSlowlySwipeLeftRect")->specific_rect; // 360, 200, 100, 300
|
||||
static Rect right_rect = Task.get("RoguelikeRecruitSlowlySwipeRightRect")->specific_rect; // 980, 200, 100, 300
|
||||
static Rect left_rect = Task.get("RoguelikeRecruitSlowlySwipeLeftRect")->specific_rect; // 560, 200, 100, 300
|
||||
static int duration = Task.get("RoguelikeRecruitSlowlySwipeRightRect")->pre_delay;
|
||||
static int extra_delay = Task.get("RoguelikeRecruitSlowlySwipeRightRect")->rear_delay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user