mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
feat: add assets for bounty
This commit is contained in:
parent
c1d9ac4f64
commit
f506616ba9
BIN
assets/jp/bounty/CHECK_DESERT_RAILROAD.png
Normal file
BIN
assets/jp/bounty/CHECK_DESERT_RAILROAD.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
assets/jp/bounty/CHECK_HIGHWAY.png
Normal file
BIN
assets/jp/bounty/CHECK_HIGHWAY.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/jp/bounty/CHECK_SCHOOLHOUSE.png
Normal file
BIN
assets/jp/bounty/CHECK_SCHOOLHOUSE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/jp/bounty/SELECT_DESERT_RAILROAD.png
Normal file
BIN
assets/jp/bounty/SELECT_DESERT_RAILROAD.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/jp/bounty/SELECT_HIGHWAY.png
Normal file
BIN
assets/jp/bounty/SELECT_HIGHWAY.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
BIN
assets/jp/bounty/SELECT_SCHOOLHOUSE.png
Normal file
BIN
assets/jp/bounty/SELECT_SCHOOLHOUSE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
71
tasks/bounty/assets/assets_bounty.py
Normal file
71
tasks/bounty/assets/assets_bounty.py
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
from module.base.button import Button, ButtonWrapper
|
||||||
|
|
||||||
|
# This file was auto-generated, do not modify it manually. To generate:
|
||||||
|
# ``` python -m dev_tools.button_extract ```
|
||||||
|
|
||||||
|
CHECK_DESERT_RAILROAD = ButtonWrapper(
|
||||||
|
name='CHECK_DESERT_RAILROAD',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/bounty/CHECK_DESERT_RAILROAD.png',
|
||||||
|
area=(106, 147, 401, 179),
|
||||||
|
search=(86, 127, 421, 199),
|
||||||
|
color=(172, 179, 183),
|
||||||
|
button=(106, 147, 401, 179),
|
||||||
|
),
|
||||||
|
en=None,
|
||||||
|
)
|
||||||
|
CHECK_HIGHWAY = ButtonWrapper(
|
||||||
|
name='CHECK_HIGHWAY',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/bounty/CHECK_HIGHWAY.png',
|
||||||
|
area=(107, 147, 400, 179),
|
||||||
|
search=(87, 127, 420, 199),
|
||||||
|
color=(191, 199, 203),
|
||||||
|
button=(107, 147, 400, 179),
|
||||||
|
),
|
||||||
|
en=None,
|
||||||
|
)
|
||||||
|
CHECK_SCHOOLHOUSE = ButtonWrapper(
|
||||||
|
name='CHECK_SCHOOLHOUSE',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/bounty/CHECK_SCHOOLHOUSE.png',
|
||||||
|
area=(106, 147, 314, 179),
|
||||||
|
search=(86, 127, 334, 199),
|
||||||
|
color=(176, 183, 187),
|
||||||
|
button=(106, 147, 314, 179),
|
||||||
|
),
|
||||||
|
en=None,
|
||||||
|
)
|
||||||
|
SELECT_DESERT_RAILROAD = ButtonWrapper(
|
||||||
|
name='SELECT_DESERT_RAILROAD',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/bounty/SELECT_DESERT_RAILROAD.png',
|
||||||
|
area=(1066, 271, 1224, 311),
|
||||||
|
search=(1046, 251, 1244, 331),
|
||||||
|
color=(178, 188, 199),
|
||||||
|
button=(1066, 271, 1224, 311),
|
||||||
|
),
|
||||||
|
en=None,
|
||||||
|
)
|
||||||
|
SELECT_HIGHWAY = ButtonWrapper(
|
||||||
|
name='SELECT_HIGHWAY',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/bounty/SELECT_HIGHWAY.png',
|
||||||
|
area=(1065, 165, 1223, 203),
|
||||||
|
search=(1045, 145, 1243, 223),
|
||||||
|
color=(214, 221, 228),
|
||||||
|
button=(1065, 165, 1223, 203),
|
||||||
|
),
|
||||||
|
en=None,
|
||||||
|
)
|
||||||
|
SELECT_SCHOOLHOUSE = ButtonWrapper(
|
||||||
|
name='SELECT_SCHOOLHOUSE',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/bounty/SELECT_SCHOOLHOUSE.png',
|
||||||
|
area=(1154, 381, 1223, 417),
|
||||||
|
search=(1134, 361, 1243, 437),
|
||||||
|
color=(173, 185, 198),
|
||||||
|
button=(1154, 381, 1223, 417),
|
||||||
|
),
|
||||||
|
en=None,
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue
Block a user