mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Upd: CLICK_ELATION (#252)
This commit is contained in:
parent
bf01958a7d
commit
23f9cb7d52
BIN
assets/share/rogue/path/CLICK_ELATION.2.png
Normal file
BIN
assets/share/rogue/path/CLICK_ELATION.2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 9.1 KiB |
@ -135,13 +135,22 @@ CLICK_DESTRUCTION = ButtonWrapper(
|
|||||||
)
|
)
|
||||||
CLICK_ELATION = ButtonWrapper(
|
CLICK_ELATION = ButtonWrapper(
|
||||||
name='CLICK_ELATION',
|
name='CLICK_ELATION',
|
||||||
share=Button(
|
share=[
|
||||||
file='./assets/share/rogue/path/CLICK_ELATION.png',
|
Button(
|
||||||
area=(1185, 354, 1215, 404),
|
file='./assets/share/rogue/path/CLICK_ELATION.png',
|
||||||
search=(1165, 334, 1235, 424),
|
area=(1195, 334, 1215, 414),
|
||||||
color=(39, 40, 46),
|
search=(1175, 314, 1235, 434),
|
||||||
button=(1185, 354, 1215, 404),
|
color=(41, 40, 43),
|
||||||
),
|
button=(1195, 334, 1215, 414),
|
||||||
|
),
|
||||||
|
Button(
|
||||||
|
file='./assets/share/rogue/path/CLICK_ELATION.2.png',
|
||||||
|
area=(1127, 347, 1177, 397),
|
||||||
|
search=(1107, 327, 1197, 417),
|
||||||
|
color=(69, 69, 72),
|
||||||
|
button=(1127, 347, 1177, 397),
|
||||||
|
),
|
||||||
|
],
|
||||||
)
|
)
|
||||||
CLICK_NIHILITY = ButtonWrapper(
|
CLICK_NIHILITY = ButtonWrapper(
|
||||||
name='CLICK_NIHILITY',
|
name='CLICK_NIHILITY',
|
||||||
@ -167,10 +176,10 @@ CLICK_REMEMBRANCE = ButtonWrapper(
|
|||||||
name='CLICK_REMEMBRANCE',
|
name='CLICK_REMEMBRANCE',
|
||||||
share=Button(
|
share=Button(
|
||||||
file='./assets/share/rogue/path/CLICK_REMEMBRANCE.png',
|
file='./assets/share/rogue/path/CLICK_REMEMBRANCE.png',
|
||||||
area=(231, 305, 263, 344),
|
area=(199, 364, 249, 414),
|
||||||
search=(211, 285, 283, 364),
|
search=(179, 344, 269, 434),
|
||||||
color=(131, 110, 77),
|
color=(55, 57, 63),
|
||||||
button=(231, 305, 263, 344),
|
button=(199, 364, 249, 414),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
CLICK_THE_HUNT = ButtonWrapper(
|
CLICK_THE_HUNT = ButtonWrapper(
|
||||||
|
@ -40,6 +40,9 @@ class RoguePathHandler(RogueUI):
|
|||||||
KEYWORDS_ROGUE_PATH.Elation: CHECK_ELATION,
|
KEYWORDS_ROGUE_PATH.Elation: CHECK_ELATION,
|
||||||
KEYWORDS_ROGUE_PATH.Propagation: CHECK_PROPAGATION
|
KEYWORDS_ROGUE_PATH.Propagation: CHECK_PROPAGATION
|
||||||
}
|
}
|
||||||
|
# 2023.12.28 Buttons moved up
|
||||||
|
for b in buttons.values():
|
||||||
|
b.load_search(area_pad_around(b.area, pad=(-20, -50, -20, 0)))
|
||||||
return buttons
|
return buttons
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
|
Loading…
Reference in New Issue
Block a user