mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Add: [JP] assets for guild and OS
GUILD_BOSS_ENTER and GUILD_OPERATIONS_JOIN still missing. Also fixed map name detection in OS and _fleet_sidebar of auto search.
This commit is contained in:
@@ -20,7 +20,7 @@ class AutoSearchHandler(EnemySearchingHandler):
|
||||
return ButtonGrid(
|
||||
origin=(1177, 138), delta=(0, 54), button_shape=(102, 43), grid_shape=(1, 3), name='FLEET_SIDEBAR')
|
||||
|
||||
@Config.when(SERVER='cn')
|
||||
@Config.when(SERVER=None)
|
||||
def _fleet_sidebar(self):
|
||||
return ButtonGrid(
|
||||
origin=(1177, 139), delta=(0, 110.5), button_shape=(55, 104), grid_shape=(1, 3), name='FLEET_SIDEBAR')
|
||||
|
||||
Reference in New Issue
Block a user