fix: 修复剿灭退出时卡在情报汇总的问题

This commit is contained in:
zzyyyl
2023-11-27 14:42:12 +08:00
parent cc63deefc0
commit 4faefe3eda
2 changed files with 21 additions and 1 deletions

View File

@@ -3751,7 +3751,8 @@
"algorithm": "JustReturn",
"next": [
"ReturnButton",
"FromStageSN"
"FromStageSN",
"FromAnnihilation"
]
},
"ReturnButton": {
@@ -3800,6 +3801,25 @@
"ReturnButton"
]
},
"FromAnnihilation": {
"template": "AnnihilationReturnFlag.png",
"action": "ClickRect",
"roi": [
100,
20,
400,
250
],
"specificRect": [
0,
0,
90,
720
],
"next": [
"ReturnButton"
]
},
"ReturnConfirm": {
"template": "PopupConfirm.png",
"action": "ClickSelf",

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB