Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying authored Feb 1, 2024
1 parent 24ebadb commit bda40ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/explore_task_data/normal_task/normal_task_17.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stage_data = {
'17': {
'SUB': "burst1"
'SUB': "pierce1"
},
'17-1': {
'start': {
Expand Down Expand Up @@ -64,9 +64,8 @@
{'t': 'click', 'p': (773, 401), 'ec': True, "desc": "1 upper right"},
{'t': 'click', 'p': (627, 332), 'ec': True, "wait-over": True, "desc": "2 right"},

{'t': 'exchange'},
{'t': 'exchange_and_click', 'p': (690, 251), "ec": True, "desc": "2 right"},
{'t': 'choose_and_change', 'p': (631, 327), "desc": "swap 1 2"},
{'t': 'click', 'p': (690, 251), "ec": True, "desc": "2 right"},
{'t': 'click', 'p': (690, 251), "wait-over": True, "desc": "1 upper right"},

{'t': 'click', 'p': (622, 192), 'ec': True, "desc": "1 upper left"},
Expand Down

0 comments on commit bda40ab

Please sign in to comment.