mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Del: Delete old shop ui assets
This commit is contained in:
@@ -123,17 +123,6 @@ class ShopBase(UI):
|
||||
"""
|
||||
return ''
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER='tw')
|
||||
def shop_grid(self):
|
||||
"""
|
||||
Returns:
|
||||
ButtonGrid:
|
||||
"""
|
||||
shop_grid = ButtonGrid(
|
||||
origin=(476, 246), delta=(156, 213), button_shape=(98, 98), grid_shape=(5, 2), name='SHOP_GRID')
|
||||
return shop_grid
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER=None)
|
||||
def shop_grid(self):
|
||||
|
||||
Reference in New Issue
Block a user