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

Fix: [JP] Location of HP bar and ship level

This commit is contained in:
noname94
2021-01-20 02:36:52 +09:00
parent e85be55bc1
commit 5426dfc295
2 changed files with 9 additions and 0 deletions

View File

@@ -70,6 +70,11 @@ class HPBalancer(ModuleBase):
# Location of six HP bar.
return ButtonGrid(origin=(35, 190), delta=(0, 100), button_shape=(66, 4), grid_shape=(1, 6))
@Config.when(SERVER='jp')
def _hp_grid(self):
# Location of six HP bar.
return ButtonGrid(origin=(35, 205), delta=(0, 100), button_shape=(66, 4), grid_shape=(1, 6))
@Config.when(SERVER=None)
def _hp_grid(self):
# Location of six HP bar.