fix: 修复保全CheckIfStartOver卡住问题

This commit is contained in:
MistEO
2023-01-13 16:07:16 +08:00
parent a8ac12c205
commit 544dbc8ebe
2 changed files with 15 additions and 1 deletions

View File

@@ -8932,6 +8932,19 @@
"Stop"
]
},
"NormalBattleAbandon": {
"action": "ClickSelf",
"roi": [
791,
497,
313,
157
],
"next": [
"NormalBattleAbandon",
"Stop"
]
},
"RoguelikeBattleExitBegin": {
"action": "ClickSelf",
"roi": [
@@ -8946,7 +8959,8 @@
],
"next": [
"RoguelikeBattleAbandon",
"RoguelikeBattleExitBegin"
"RoguelikeBattleExitBegin",
"NormalBattleAbandon"
]
},
"RoguelikeBattleSpeedUp": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB