Upd: Characters in forgotten hall team
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@ -7,39 +7,39 @@ CHARACTER_1 = ButtonWrapper(
|
||||
name='CHARACTER_1',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_1.png',
|
||||
area=(44, 166, 140, 190),
|
||||
search=(24, 146, 160, 210),
|
||||
area=(44, 172, 140, 196),
|
||||
search=(24, 152, 160, 216),
|
||||
color=(211, 210, 213),
|
||||
button=(44, 100, 140, 211),
|
||||
button=(44, 106, 140, 217),
|
||||
),
|
||||
)
|
||||
CHARACTER_2 = ButtonWrapper(
|
||||
name='CHARACTER_2',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_2.png',
|
||||
area=(150, 166, 246, 190),
|
||||
search=(130, 146, 266, 210),
|
||||
area=(150, 172, 246, 196),
|
||||
search=(130, 152, 266, 216),
|
||||
color=(212, 211, 210),
|
||||
button=(150, 100, 246, 212),
|
||||
button=(150, 106, 246, 218),
|
||||
),
|
||||
)
|
||||
CHARACTER_3 = ButtonWrapper(
|
||||
name='CHARACTER_3',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_3.png',
|
||||
area=(256, 166, 352, 190),
|
||||
search=(236, 146, 372, 210),
|
||||
area=(256, 172, 352, 196),
|
||||
search=(236, 152, 372, 216),
|
||||
color=(214, 211, 212),
|
||||
button=(256, 100, 352, 212),
|
||||
button=(256, 106, 352, 218),
|
||||
),
|
||||
)
|
||||
CHARACTER_4 = ButtonWrapper(
|
||||
name='CHARACTER_4',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_4.png',
|
||||
area=(44, 298, 140, 322),
|
||||
search=(24, 278, 160, 342),
|
||||
area=(44, 304, 140, 328),
|
||||
search=(24, 284, 160, 348),
|
||||
color=(212, 211, 213),
|
||||
button=(44, 232, 140, 344),
|
||||
button=(44, 238, 140, 350),
|
||||
),
|
||||
)
|
||||
|