mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: FLEET_m_BAR_INDEX_n area fixed
The clickable areas of these buttons do not match their image areas exactly. If we click at the bottom of fleet_n, fleet_n+1 will be chosen.
This commit is contained in:
parent
f071d10802
commit
5e318f90ff
@ -9,8 +9,8 @@ from module.map.assets import *
|
||||
|
||||
|
||||
class FleetOperator:
|
||||
FLEET_BAR_SHAPE_Y = 36
|
||||
FLEET_BAR_MARGIN_Y = 6
|
||||
FLEET_BAR_SHAPE_Y = 33
|
||||
FLEET_BAR_MARGIN_Y = 9
|
||||
FLEET_BAR_ACTIVE_STD = 45 # Active: 67, inactive: 12.
|
||||
FLEET_IN_USE_STD = 20 # In use 52, not in use (3, 6).
|
||||
FLEET_PREPARE_OPERATION_SLEEP = (0.25, 0.35)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user