We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06d9da commit 5941216Copy full SHA for 5941216
1 file changed
assets/resource/base/pipeline/Tetris/TetrisScene.json
@@ -206,7 +206,7 @@
206
"next": []
207
},
208
"TetrisSceneStartMatch": {
209
- "desc": "泯除方块 - 检测开始匹配按钮",
+ "desc": "泯除方块 - 检测开始游戏按钮",
210
"recognition": {
211
"type": "OCR",
212
"param": {
@@ -217,11 +217,11 @@
217
36
218
],
219
"expected": [
220
- "开始匹配",
221
- "開始匹配",
222
- "(?i)Start\\s*Matchmaking",
223
- "マッチング開始",
224
- "매칭 시작"
+ "开始游戏",
+ "開始遊戲",
+ "(?i)Start\\s*Game",
+ "ゲーム開始",
+ "게임 시작"
225
]
226
}
227
0 commit comments