mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 23:57:23 +08:00
Opt: Use square area in shop_grid and code clean up
This commit is contained in:
@@ -89,7 +89,7 @@ class ShopBase(UI):
|
||||
ButtonGrid:
|
||||
"""
|
||||
shop_grid = ButtonGrid(
|
||||
origin=(477, 152), delta=(156, 214), button_shape=(96, 97), grid_shape=(5, 2), name='SHOP_GRID')
|
||||
origin=(477, 152), delta=(156, 214), button_shape=(96, 96), grid_shape=(5, 2), name='SHOP_GRID')
|
||||
return shop_grid
|
||||
|
||||
def shop_items(self):
|
||||
|
||||
Reference in New Issue
Block a user