mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Opt: MAP_SWIPE_MULTIPLY in event_20201012_cn
- Minor GUI description
This commit is contained in:
@@ -59,6 +59,8 @@ class Config:
|
||||
'width': (0, 10),
|
||||
'wlen': 1000,
|
||||
}
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.714
|
||||
MAP_SWIPE_MULTIPLY = 1.773
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@@ -407,7 +407,7 @@ def main(ini_name=''):
|
||||
"""
|
||||
event = event_parser.add_argument_group(
|
||||
'选择关卡', '\n'.join([line.strip() for line in description.strip().split('\n')]), gooey_options={'label_color': '#931D03'})
|
||||
event.add_argument('--活动地图', default=default('--活动地图'), help='输入地图名称, 不分大小写, 例如 D3 HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--活动地图', default=default('--活动地图'), help='输入地图名称, 不分大小写, 例如 D3, SP3, HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--活动名称', default=event_latest, choices=event_folder, help='例如 event_20200312_cn', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========共斗活动==========
|
||||
|
||||
@@ -459,7 +459,7 @@ def main(ini_name=''):
|
||||
"""
|
||||
event = event_parser.add_argument_group(
|
||||
'Choose a level', '\n'.join([line.strip() for line in description.strip().split('\n')]), gooey_options={'label_color': '#931D03'})
|
||||
event.add_argument('--event_stage', default=default('--event_stage'), help='Type stage name, not case sensitive, E.g D3 HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--event_stage', default=default('--event_stage'), help='Type stage name, not case sensitive, E.g D3, SP3, HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--event_name', default=event_latest, choices=event_folder, help='There a dropdown menu with many options', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========Raid==========
|
||||
|
||||
@@ -459,7 +459,7 @@ def main(ini_name=''):
|
||||
"""
|
||||
event = event_parser.add_argument_group(
|
||||
'Choose a level', '\n'.join([line.strip() for line in description.strip().split('\n')]), gooey_options={'label_color': '#931D03'})
|
||||
event.add_argument('--event_stage', default=default('--event_stage'), help='Type stage name, not case sensitive, E.g D3 HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--event_stage', default=default('--event_stage'), help='Type stage name, not case sensitive, E.g D3, SP3, HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--event_name', default=event_latest, choices=event_folder, help='There a dropdown menu with many options', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========Raid==========
|
||||
|
||||
Reference in New Issue
Block a user