mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: [JP] Location of HP bar and ship level
This commit is contained in:
@@ -39,6 +39,10 @@ class Level(ModuleBase):
|
||||
def _lv_grid(self):
|
||||
return ButtonGrid(origin=(58, 113), delta=(0, 100), button_shape=(46, 19), grid_shape=(1, 6))
|
||||
|
||||
@Config.when(SERVER='jp')
|
||||
def _lv_grid(self):
|
||||
return ButtonGrid(origin=(58, 128), delta=(0, 100), button_shape=(46, 19), grid_shape=(1, 6))
|
||||
|
||||
@Config.when(SERVER=None)
|
||||
def _lv_grid(self):
|
||||
return ButtonGrid(origin=(58, 129), delta=(0, 100), button_shape=(46, 19), grid_shape=(1, 6))
|
||||
|
||||
Reference in New Issue
Block a user