1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 13:48:08 +08:00

Fix: x origin shop medal grid adjusted point maintenance

Upd: [EN] *SWIPE_END assets location move
This commit is contained in:
nEEtdo0d
2022-07-23 12:36:41 -04:00
parent 08e3707570
commit 07dbb1c5c5
4 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ class MedalShop2(ShopClerk):
# shop_grid = ButtonGrid(
# origin=(489, 152), delta=(156, 213), button_shape=(96, 96), grid_shape=(5, 2), name='SHOP_GRID')
shop_grid = ButtonGrid(
origin=(491, origin_y), delta=(156, delta_y), button_shape=(96, 96), grid_shape=(5, row), name='SHOP_GRID')
origin=(477, origin_y), delta=(156, delta_y), button_shape=(96, 96), grid_shape=(5, row), name='SHOP_GRID')
return shop_grid
@cached_property