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 ``` AFFECTION_LEVEL_UP = ButtonWrapper( name='AFFECTION_LEVEL_UP', jp=Button( file='./assets/jp/base/popup/AFFECTION_LEVEL_UP.png', area=(643, 599, 773, 641), search=(623, 579, 793, 661), color=(208, 223, 243), button=(882, 244, 1176, 476), ), en=Button( file='./assets/en/base/popup/AFFECTION_LEVEL_UP.png', area=(686, 599, 801, 650), search=(666, 579, 821, 670), color=(217, 227, 243), button=(882, 244, 1176, 476), ), ) AP_EXCEED = ButtonWrapper( name='AP_EXCEED', jp=Button( file='./assets/jp/base/popup/AP_EXCEED.png', area=(610, 124, 669, 153), search=(590, 104, 689, 173), color=(139, 153, 168), button=(535, 494, 746, 565), ), en=Button( file='./assets/en/base/popup/AP_EXCEED.png', area=(610, 124, 669, 153), search=(590, 104, 689, 173), color=(139, 153, 168), button=(535, 494, 746, 565), ), ) DAILY_NEWS = ButtonWrapper( name='DAILY_NEWS', jp=Button( file='./assets/jp/base/popup/DAILY_NEWS.png', area=(120, 89, 326, 113), search=(100, 69, 346, 133), color=(150, 204, 253), button=(1128, 89, 1156, 117), ), en=Button( file='./assets/en/base/popup/DAILY_NEWS.png', area=(120, 89, 326, 113), search=(100, 69, 346, 133), color=(150, 204, 253), button=(1128, 89, 1156, 117), ), ) DAILY_REWARD = ButtonWrapper( name='DAILY_REWARD', jp=Button( file='./assets/jp/base/popup/DAILY_REWARD.png', area=(416, 165, 434, 216), search=(396, 145, 454, 236), color=(203, 227, 237), button=(920, 632, 1140, 712), ), en=Button( file='./assets/en/base/popup/DAILY_REWARD.png', area=(416, 165, 434, 216), search=(396, 145, 454, 236), color=(203, 227, 237), button=(920, 632, 1140, 712), ), ) GET_NEW_STUDENT = ButtonWrapper( name='GET_NEW_STUDENT', jp=Button( file='./assets/jp/base/popup/GET_NEW_STUDENT.png', area=(32, 93, 158, 114), search=(12, 73, 178, 134), color=(125, 132, 92), button=(934, 643, 1263, 714), ), en=Button( file='./assets/en/base/popup/GET_NEW_STUDENT.png', area=(32, 93, 158, 114), search=(12, 73, 178, 134), color=(125, 132, 92), button=(934, 643, 1263, 714), ), ) GET_REWARD = ButtonWrapper( name='GET_REWARD', jp=Button( file='./assets/jp/base/popup/GET_REWARD.png', area=(657, 145, 693, 170), search=(637, 125, 713, 190), color=(230, 222, 93), button=(675, 623, 870, 695), ), en=Button( file='./assets/en/base/popup/GET_REWARD.png', area=(629, 138, 651, 167), search=(609, 118, 671, 187), color=(211, 210, 90), button=(578, 617, 707, 646), ), ) GET_REWARD_SKIP = ButtonWrapper( name='GET_REWARD_SKIP', jp=Button( file='./assets/jp/base/popup/GET_REWARD_SKIP.png', area=(1137, 34, 1243, 65), search=(1117, 14, 1263, 85), color=(197, 200, 205), button=(1137, 34, 1243, 65), ), en=Button( file='./assets/en/base/popup/GET_REWARD_SKIP.png', area=(1137, 34, 1243, 65), search=(1117, 14, 1263, 85), color=(197, 200, 205), button=(1137, 34, 1243, 65), ), ) ITEM_EXPIRED = ButtonWrapper( name='ITEM_EXPIRED', jp=Button( file='./assets/jp/base/popup/ITEM_EXPIRED.png', area=(612, 147, 668, 175), search=(592, 127, 688, 195), color=(131, 145, 162), button=(537, 487, 742, 553), ), en=Button( file='./assets/en/base/popup/ITEM_EXPIRED.png', area=(612, 147, 668, 175), search=(592, 127, 688, 195), color=(131, 145, 162), button=(537, 487, 742, 553), ), ) NETWORK_RECONNECT = ButtonWrapper( name='NETWORK_RECONNECT', jp=Button( file='./assets/jp/base/popup/NETWORK_RECONNECT.png', area=(725, 488, 810, 516), search=(705, 468, 830, 536), color=(78, 138, 169), button=(663, 467, 870, 537), ), en=Button( file='./assets/en/base/popup/NETWORK_RECONNECT.png', area=(688, 484, 852, 517), search=(668, 464, 872, 537), color=(99, 180, 213), button=(664, 469, 871, 534), ), ) NETWORK_RECONNECT_OK = ButtonWrapper( name='NETWORK_RECONNECT_OK', jp=Button( file='./assets/jp/base/popup/NETWORK_RECONNECT_OK.png', area=(744, 487, 791, 515), search=(724, 467, 811, 535), color=(91, 165, 196), button=(665, 468, 870, 536), ), en=Button( file='./assets/en/base/popup/NETWORK_RECONNECT_OK.png', area=(569, 483, 708, 521), search=(549, 463, 728, 541), color=(103, 189, 222), button=(540, 471, 744, 530), ), )