mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Upd: convert to Navbar for selection of target ship, increment base shipyard_index to adapt to new index range
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from module.base.button import ButtonGrid
|
||||
from module.shipyard.assets import *
|
||||
from module.ocr.ocr import Ocr, Digit, DigitCounter
|
||||
from module.shipyard.assets import *
|
||||
|
||||
SHIPYARD_FACE_GRID = ButtonGrid(origin=(255, 610), delta=(180, 0),
|
||||
button_shape=(55, 55), grid_shape=(6, 1),
|
||||
SHIPYARD_FACE_GRID = ButtonGrid(origin=(188, 607), delta=(181, 0),
|
||||
button_shape=(181, 80), grid_shape=(6, 1),
|
||||
name='SHIPYARD_FACE_GRID')
|
||||
|
||||
SHIPYARD_BP_COUNT_GRID = ButtonGrid(origin=(324, 688), delta=(181, 0),
|
||||
|
||||
Reference in New Issue
Block a user