1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Upd: [EN] _fleet_sidebar

This commit is contained in:
LmeSzinc
2023-10-20 01:11:59 +08:00
parent c5efe8e380
commit e8340df57c
3 changed files with 3 additions and 3 deletions

View File

@@ -35,8 +35,8 @@ class AutoSearchHandler(EnemySearchingHandler):
offset = 0
logger.attr('_fleet_sidebar_offset', offset)
return ButtonGrid(
origin=(1177, 138 + offset), delta=(0, 54),
button_shape=(102, 43), grid_shape=(1, 3), name='FLEET_SIDEBAR')
origin=(1178, 171 + offset), delta=(0, 53),
button_shape=(98, 42), grid_shape=(1, 3), name='FLEET_SIDEBAR')
@Config.when(SERVER=None)
def _fleet_sidebar(self):