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 ``` REWARD_CLOSE = ButtonWrapper( name='REWARD_CLOSE', share=Button( file='./assets/share/rogue/reward/REWARD_CLOSE.png', area=(1043, 194, 1073, 224), search=(1023, 174, 1093, 244), color=(174, 175, 178), button=(1043, 194, 1073, 224), ), ) USE_IMMERSIFIER = ButtonWrapper( name='USE_IMMERSIFIER', share=Button( file='./assets/share/rogue/reward/USE_IMMERSIFIER.png', area=(713, 509, 737, 523), search=(693, 489, 757, 543), color=(189, 189, 189), button=(684, 499, 963, 535), ), ) USE_STAMINA = ButtonWrapper( name='USE_STAMINA', share=Button( file='./assets/share/rogue/reward/USE_STAMINA.png', area=(345, 509, 378, 524), search=(325, 489, 398, 544), color=(172, 172, 172), button=(319, 499, 595, 535), ), )