1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Reverts test code in commit ea68f68d

This commit is contained in:
LmeSzinc
2024-06-28 03:19:37 +08:00
parent 58bfbe011d
commit 12bd302deb
23 changed files with 67 additions and 329 deletions

View File

@@ -38,7 +38,7 @@ class Config:
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.276, 0.974)
cfg = AzurLaneConfig('alas5', task='Alas').merge(Config())
cfg = AzurLaneConfig('alas', task='Alas').merge(Config())
cfg.DETECTION_BACKEND = 'perspective'
az = CampaignBase(cfg)
az.map = MAP
@@ -165,4 +165,4 @@ if __name__ == '__main__':
-- -- -- -- -- --
After run, Result is ready to copy.
"""
sim = SwipeSimulate((380, 0)).run()
sim = SwipeSimulate((420, 0)).run()