Skip to content

Commit

Permalink
Upd: More Templates of STAMINA_ICON (fixed LmeSzinc#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Sep 18, 2024
1 parent f0607ff commit f47c2a5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
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.
46 changes: 32 additions & 14 deletions tasks/combat/assets/assets_combat_stamina_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,22 @@
)
RESERVED_ICON = ButtonWrapper(
name='RESERVED_ICON',
share=Button(
file='./assets/share/combat/stamina/status/RESERVED_ICON.png',
area=(895, 26, 916, 48),
search=(875, 6, 936, 68),
color=(155, 212, 215),
button=(895, 26, 916, 48),
),
share=[
Button(
file='./assets/share/combat/stamina/status/RESERVED_ICON.png',
area=(895, 26, 916, 48),
search=(875, 6, 936, 68),
color=(155, 212, 215),
button=(895, 26, 916, 48),
),
Button(
file='./assets/share/combat/stamina/status/RESERVED_ICON.2.png',
area=(895, 26, 916, 48),
search=(875, 6, 936, 68),
color=(155, 209, 213),
button=(895, 26, 916, 48),
),
],
)
RESERVED_OCR = ButtonWrapper(
name='RESERVED_OCR',
Expand All @@ -55,13 +64,22 @@
)
STAMINA_ICON = ButtonWrapper(
name='STAMINA_ICON',
share=Button(
file='./assets/share/combat/stamina/status/STAMINA_ICON.png',
area=(873, 26, 894, 48),
search=(853, 6, 914, 68),
color=(188, 180, 226),
button=(873, 26, 894, 48),
),
share=[
Button(
file='./assets/share/combat/stamina/status/STAMINA_ICON.png',
area=(873, 26, 894, 48),
search=(853, 6, 914, 68),
color=(188, 180, 226),
button=(873, 26, 894, 48),
),
Button(
file='./assets/share/combat/stamina/status/STAMINA_ICON.2.png',
area=(873, 26, 894, 48),
search=(853, 6, 914, 68),
color=(186, 180, 223),
button=(873, 26, 894, 48),
),
],
)
STAMINA_OCR = ButtonWrapper(
name='STAMINA_OCR',
Expand Down

0 comments on commit f47c2a5

Please sign in to comment.