mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Revert "Fix: [TW] Keep SHIPYARD_SERIES_SELECT_CHECK in series 6"
This reverts commit 9a920233
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import module.config.server as server
|
||||
from module.base.button import ButtonGrid
|
||||
from module.ocr.ocr import Digit
|
||||
from module.shipyard.assets import *
|
||||
@@ -11,14 +10,9 @@ SHIPYARD_BP_COUNT_GRID = ButtonGrid(origin=(324, 688), delta=(181, 0),
|
||||
button_shape=(45, 30), grid_shape=(6, 1),
|
||||
name='SHIPYARD_BP_COUNT_GRID')
|
||||
|
||||
if server.server == 'tw':
|
||||
SHIPYARD_SERIES_GRID = ButtonGrid(origin=(450, 260), delta=(280, 90),
|
||||
button_shape=(155, 40), grid_shape=(2, 3),
|
||||
name='SHIPYARD_SERIES_GRID')
|
||||
else:
|
||||
SHIPYARD_SERIES_GRID = ButtonGrid(origin=(75, 133), delta=(399, 91),
|
||||
button_shape=(337, 60), grid_shape=(3, 3),
|
||||
name='SHIPYARD_SERIES_GRID')
|
||||
SHIPYARD_SERIES_GRID = ButtonGrid(origin=(75, 133), delta=(399, 91),
|
||||
button_shape=(337, 60), grid_shape=(3, 3),
|
||||
name='SHIPYARD_SERIES_GRID')
|
||||
|
||||
OCR_SHIPYARD_BP_COUNT_GRID = Digit(SHIPYARD_BP_COUNT_GRID.buttons,
|
||||
letter=(255, 247, 247),
|
||||
|
||||
Reference in New Issue
Block a user