mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 07:05:02 +08:00
Add: 2x Book assets for all servers
This commit is contained in:
BIN
assets/en/map/BOOK_ENABLE_BOX.png
Normal file
BIN
assets/en/map/BOOK_ENABLE_BOX.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/en/map/BOOK_ENABLE_CHECK.png
Normal file
BIN
assets/en/map/BOOK_ENABLE_CHECK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/jp/map/BOOK_ENABLE_BOX.png
Normal file
BIN
assets/jp/map/BOOK_ENABLE_BOX.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/jp/map/BOOK_ENABLE_CHECK.png
Normal file
BIN
assets/jp/map/BOOK_ENABLE_CHECK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/tw/map/BOOK_ENABLE_BOX.png
Normal file
BIN
assets/tw/map/BOOK_ENABLE_BOX.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/tw/map/BOOK_ENABLE_CHECK.png
Normal file
BIN
assets/tw/map/BOOK_ENABLE_CHECK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
@@ -289,4 +289,4 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
|||||||
if (self.config.ENABLE_2X_BOOK and not enabled) or (not self.config.ENABLE_2X_BOOK and enabled):
|
if (self.config.ENABLE_2X_BOOK and not enabled) or (not self.config.ENABLE_2X_BOOK and enabled):
|
||||||
self.device.click(BOOK_ENABLE_BOX)
|
self.device.click(BOOK_ENABLE_BOX)
|
||||||
self.device.sleep((0.5, 0.8))
|
self.device.sleep((0.5, 0.8))
|
||||||
self.ensure_no_info_bar()
|
self.ensure_no_info_bar()
|
||||||
|
|||||||
Reference in New Issue
Block a user