1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00
This commit is contained in:
GH Action - Upstream Sync
2024-12-13 03:04:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from module.ui.switch import Switch
FORMATION = Switch('Formation', offset=(100, 200))
FORMATION.add_state('line_ahead', check_button=FORMATION_1)
FORMATION.add_state('double_line', check_button=FORMATION_2)
FORMATION.add_state('diamond', check_button=SUBMARINE_HUNT_ON)
FORMATION.add_state('diamond', check_button=FORMATION_3)
SUBMARINE_HUNT = Switch('Submarine_hunt', offset=(200, 200))
SUBMARINE_HUNT.add_state('on', check_button=SUBMARINE_HUNT_ON)