Skip to content

Commit

Permalink
feat: 完成荒原收菜
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jul 12, 2023
1 parent c6c7fe9 commit afd7223
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.tabSize": 4,
"editor.indentSize": "tabSize"
}
}
13 changes: 5 additions & 8 deletions assets/resource/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Download",
"StartGame",
"CloseAnnouncement",
"HomeLoading",
"Sub_HomeLoading",
"HomeFlag",
"Sub_HomeButton",
"Sub_BackButton",
Expand Down Expand Up @@ -100,7 +100,7 @@
],
"action": "Click",
"next": [
"HomeLoading",
"Sub_HomeLoading",
"HomeFlag",
"StartGame",
"CloseAnnouncement"
Expand All @@ -117,24 +117,21 @@
],
"action": "Click",
"next": [
"HomeLoading",
"Sub_HomeLoading",
"HomeFlag",
"StartGame",
"CloseAnnouncement"
]
},
"HomeLoading": {
"Sub_HomeLoading": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "template/StartUp/HomeLoading.png",
"roi": [
459,
359,
364,
152
],
"next": [
"HomeLoading",
"HomeFlag"
]
},
"HomeFlag": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions assets/resource/pipeline/wilderness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"Wilderness": {
"next": [
"EnterWilderness",
"CollectEXP",
"CollectMoney",
"CollectTrust",
"Sub_HomeButton",
"Sub_HomeLoading"
]
},
"EnterWilderness": {
"recognition": "TemplateMatch",
"template": "template/Wilderness/EnterWilderness.png",
"roi": [
889,
348,
242,
132
],
"action": "Click",
"next": [
"EnterWilderness",
"Sub_HomeLoading",
"CollectEXP",
"CollectMoney",
"CollectTrust"
]
},
"CollectEXP": {
"recognition": "TemplateMatch",
"template": "template/Wilderness/CollectEXP.png",
"roi": [
455,
87,
139,
134
],
"action": "Click",
"next": [
"CollectMoney",
"CollectTrust",
"Sub_HomeButton",
"HomeFlag"
]
},
"CollectMoney": {
"recognition": "TemplateMatch",
"template": "template/Wilderness/CollectMoney.png",
"roi": [
685,
34,
132,
134
],
"action": "Click",
"next": [
"CollectTrust",
"Sub_HomeButton",
"HomeFlag"
]
},
"CollectTrust": {
"recognition": "TemplateMatch",
"template": "template/Wilderness/CollectTrust.png",
"roi": [
0,
131,
128,
138
],
"action": "Click",
"next": [
"CollectTrust",
"Sub_HomeButton",
"HomeFlag"
]
}
}

0 comments on commit afd7223

Please sign in to comment.