Skip to content

Commit

Permalink
修复活动复现时难度无法切换的问题 (#154)
Browse files Browse the repository at this point in the history
写死箭头位置了捏,现阶段箭头位置不会换,后面换了再改
  • Loading branch information
lamb203 authored Jul 29, 2024
1 parent c27a2b2 commit 171de79
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions assets/resource/base/pipeline/combat_activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,34 @@
"艰难"
],
"roi": [
945,
168,
210,
171
971,
221,
194,
51
],
"next": [
"ReadyForAction"
]
},
"ActivityStageDifficultyToRight": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/ActivityStageDifficultyToRight.png",
"recognition": "OCR",
"expected": [
"故事",
"意外"
],
"roi": [
1126,
183,
130,
139
971,
221,
194,
51
],
"action": "Click",
"target": [
1196,
238,
24,
20
],
"next": [
"ActivityStageDifficulty"
]
Expand Down

0 comments on commit 171de79

Please sign in to comment.