mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Add: TELEPORT_RIGHT for event teleport confirm
This commit is contained in:
parent
532edb9b92
commit
f75818511e
BIN
assets/share/map/bigmap/TELEPORT_RIGHT.BUTTON.png
Normal file
BIN
assets/share/map/bigmap/TELEPORT_RIGHT.BUTTON.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
assets/share/map/bigmap/TELEPORT_RIGHT.png
Normal file
BIN
assets/share/map/bigmap/TELEPORT_RIGHT.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
@ -53,6 +53,16 @@ PLANE_SCROLL = ButtonWrapper(
|
|||||||
button=(1252, 138, 1256, 688),
|
button=(1252, 138, 1256, 688),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
TELEPORT_RIGHT = ButtonWrapper(
|
||||||
|
name='TELEPORT_RIGHT',
|
||||||
|
share=Button(
|
||||||
|
file='./assets/share/map/bigmap/TELEPORT_RIGHT.png',
|
||||||
|
area=(1065, 625, 1083, 671),
|
||||||
|
search=(1045, 605, 1103, 691),
|
||||||
|
color=(237, 237, 237),
|
||||||
|
button=(1084, 630, 1215, 666),
|
||||||
|
),
|
||||||
|
)
|
||||||
WORLD_HERTA = ButtonWrapper(
|
WORLD_HERTA = ButtonWrapper(
|
||||||
name='WORLD_HERTA',
|
name='WORLD_HERTA',
|
||||||
share=Button(
|
share=Button(
|
||||||
|
Loading…
Reference in New Issue
Block a user