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 ``` ICON_SEARCH = ButtonWrapper( name='ICON_SEARCH', share=Button( file='./assets/share/combat/stamina/status/ICON_SEARCH.png', area=(568, 8, 1265, 66), search=(548, 0, 1280, 86), color=(71, 70, 100), button=(568, 8, 1265, 66), ), ) IMMERSIFIER_ICON = ButtonWrapper( name='IMMERSIFIER_ICON', share=Button( file='./assets/share/combat/stamina/status/IMMERSIFIER_ICON.png', area=(1047, 26, 1066, 49), search=(1027, 6, 1086, 69), color=(138, 127, 117), button=(1047, 26, 1066, 49), ), ) IMMERSIFIER_OCR = ButtonWrapper( name='IMMERSIFIER_OCR', share=Button( file='./assets/share/combat/stamina/status/IMMERSIFIER_OCR.png', area=(1049, 26, 1151, 48), search=(1029, 6, 1171, 68), color=(64, 61, 61), button=(1049, 26, 1151, 48), ), ) 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), ), 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', share=Button( file='./assets/share/combat/stamina/status/RESERVED_OCR.png', area=(895, 26, 999, 48), search=(875, 6, 1019, 68), color=(50, 69, 83), button=(895, 26, 999, 48), ), ) 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), ), 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', share=Button( file='./assets/share/combat/stamina/status/STAMINA_OCR.png', area=(873, 26, 1013, 48), search=(853, 6, 1033, 68), color=(66, 64, 88), button=(873, 26, 1013, 48), ), )