mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user