diff --git a/resource/tasks.json b/resource/tasks.json index 347ca32e75..ead6a24836 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -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", diff --git a/resource/template/AnnihilationReturnFlag.png b/resource/template/AnnihilationReturnFlag.png new file mode 100644 index 0000000000..2ca9fe5a7a Binary files /dev/null and b/resource/template/AnnihilationReturnFlag.png differ