mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-01-07 14:05:12 +00:00
Compare commits
No commits in common. "0d1c936541d41cb51fac1aca0ab1ece853c095ef" and "95148d2548591cd80275f60890e0f95e2482bb18" have entirely different histories.
0d1c936541
...
95148d2548
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 7.1 KiB |
BIN
assets/jp/base/page/MAIN_GO_TO_PURCHASE.png
Normal file
BIN
assets/jp/base/page/MAIN_GO_TO_PURCHASE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.5 KiB |
@ -283,7 +283,7 @@
|
||||
"7": "07 - Overpass G",
|
||||
"8": "08 - Overpass H",
|
||||
"9": "09 - Overpass I",
|
||||
"10": "10 - Overpass J"
|
||||
"10": "10 - Overpass J (JP Server Only)"
|
||||
},
|
||||
"Count": {
|
||||
"name": "Sweep X times",
|
||||
@ -308,7 +308,7 @@
|
||||
"7": "07 - Abandoned Train G",
|
||||
"8": "08 - Abandoned Train H",
|
||||
"9": "09 - Abandoned Train I",
|
||||
"10": "10 - Abandoned Train J"
|
||||
"10": "10 - Abandoned Train J (JP Server Only)"
|
||||
},
|
||||
"Count": {
|
||||
"name": "Sweep X times",
|
||||
@ -333,7 +333,7 @@
|
||||
"7": "07 - Besieged Classroom G",
|
||||
"8": "08 - Besieged Classroom H",
|
||||
"9": "09 - Besieged Classroom I",
|
||||
"10": "10 - Besieged Classroom J"
|
||||
"10": "10 - Besieged Classroom J (JP Server Only)"
|
||||
},
|
||||
"Count": {
|
||||
"name": "Sweep X times",
|
||||
|
||||
@ -283,7 +283,7 @@
|
||||
"7": "07 - 高架公路 G",
|
||||
"8": "08 - 高架公路 H",
|
||||
"9": "09 - 高架公路 I",
|
||||
"10": "10 - 高架公路 J"
|
||||
"10": "10 - 高架公路 J(仅日服)"
|
||||
},
|
||||
"Count": {
|
||||
"name": "扫荡次数",
|
||||
@ -308,7 +308,7 @@
|
||||
"7": "07 - 被遗弃的列车 G",
|
||||
"8": "08 - 被遗弃的列车 H",
|
||||
"9": "09 - 被遗弃的列车 I",
|
||||
"10": "10 - 被遗弃的列车 J"
|
||||
"10": "10 - 被遗弃的列车 J(仅日服)"
|
||||
},
|
||||
"Count": {
|
||||
"name": "扫荡次数",
|
||||
@ -333,7 +333,7 @@
|
||||
"7": "07 - 被袭击的教室 G",
|
||||
"8": "08 - 被袭击的教室 H",
|
||||
"9": "09 - 被袭击的教室 I",
|
||||
"10": "10 - 被袭击的教室 J"
|
||||
"10": "10 - 被袭击的教室 J(仅日服)"
|
||||
},
|
||||
"Count": {
|
||||
"name": "扫荡次数",
|
||||
|
||||
@ -231,13 +231,20 @@ MAIN_GO_TO_MOMOTALK = ButtonWrapper(
|
||||
)
|
||||
MAIN_GO_TO_PURCHASE = ButtonWrapper(
|
||||
name='MAIN_GO_TO_PURCHASE',
|
||||
share=Button(
|
||||
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
|
||||
jp=Button(
|
||||
file='./assets/jp/base/page/MAIN_GO_TO_PURCHASE.png',
|
||||
area=(147, 214, 179, 254),
|
||||
search=(127, 194, 199, 274),
|
||||
color=(171, 216, 241),
|
||||
button=(147, 214, 179, 254),
|
||||
),
|
||||
share=Button(
|
||||
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
|
||||
area=(148, 204, 183, 253),
|
||||
search=(128, 184, 203, 273),
|
||||
color=(172, 214, 239),
|
||||
button=(148, 204, 183, 253),
|
||||
),
|
||||
)
|
||||
MAIN_GO_TO_SCHEDULE = ButtonWrapper(
|
||||
name='MAIN_GO_TO_SCHEDULE',
|
||||
@ -280,10 +287,10 @@ MAIN_GO_TO_WORK = ButtonWrapper(
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/page/MAIN_GO_TO_WORK.png',
|
||||
area=(1143, 591, 1241, 613),
|
||||
search=(1123, 571, 1261, 633),
|
||||
color=(110, 129, 154),
|
||||
button=(1143, 591, 1241, 613),
|
||||
area=(1127, 605, 1250, 637),
|
||||
search=(1107, 585, 1270, 657),
|
||||
color=(90, 112, 141),
|
||||
button=(1127, 605, 1250, 637),
|
||||
),
|
||||
)
|
||||
MISSION_CHECK = ButtonWrapper(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user