Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 committed May 23, 2024
1 parent 9ae009d commit 47e4ce7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
{
"name": "指挥局",
"entry": "CommandCenter"
},
{
"name": "结束游戏",
"entry": "StopApp"
}
]
}
7 changes: 6 additions & 1 deletion assets/resource/base/pipeline/Mail.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
],
"expected": "领取全部",
"action": "Click",
"target_offset": [
1,
1,
0,
0
],
"next": [
"CloseAward",
"BackToMain"
]
},
Expand Down
4 changes: 3 additions & 1 deletion assets/resource/base/pipeline/Mission.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"Mission": {
"next": [
"CompleteMission",
"OpenMission"
"OpenMission",
"BackToMain"
]
},
"OpenMission": {
"post_wait_freezes": 2,
"is_sub": true,
"recognition": "OCR",
"roi": [
Expand Down

0 comments on commit 47e4ce7

Please sign in to comment.