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 ``` ITEM_CONSUMABLE_SCROLL = ButtonWrapper( name='ITEM_CONSUMABLE_SCROLL', share=Button( file='./assets/share/item/consumable_usage/ITEM_CONSUMABLE_SCROLL.png', area=(838, 90, 842, 614), search=(818, 70, 862, 634), color=(141, 141, 153), button=(838, 90, 842, 614), ), ) SIMPLE_PROTECTIVE_GEAR = ButtonWrapper( name='SIMPLE_PROTECTIVE_GEAR', share=Button( file='./assets/share/item/consumable_usage/SIMPLE_PROTECTIVE_GEAR.png', area=(164, 496, 236, 552), search=(148, 87, 770, 579), color=(93, 110, 115), button=(164, 496, 236, 552), ), ) SIMPLE_PROTECTIVE_GEAR_CHECK = ButtonWrapper( name='SIMPLE_PROTECTIVE_GEAR_CHECK', share=Button( file='./assets/share/item/consumable_usage/SIMPLE_PROTECTIVE_GEAR_CHECK.png', area=(1059, 190, 1177, 278), search=(1039, 170, 1197, 298), color=(94, 114, 121), button=(1059, 190, 1177, 278), ), ) USE_CONSUMABLE = ButtonWrapper( name='USE_CONSUMABLE', cn=Button( file='./assets/cn/item/consumable_usage/USE_CONSUMABLE.png', area=(1042, 647, 1084, 669), search=(1022, 627, 1104, 689), color=(158, 158, 159), button=(1042, 647, 1084, 669), ), en=Button( file='./assets/en/item/consumable_usage/USE_CONSUMABLE.png', area=(1037, 643, 1091, 672), search=(1017, 623, 1111, 692), color=(206, 207, 208), button=(1037, 643, 1091, 672), ), )