mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
Fix: 纠正拼写错误
This commit is contained in:
parent
93c6293836
commit
fc7e16835f
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@ -38,8 +38,8 @@ MAP_WALK_OUT_OF_STEP = Button(area=(654, 312, 704, 335), color=(109, 113, 120),
|
|||||||
MYSTERY_ITEM = Button(area=(589, 294, 691, 427), color=(144, 127, 83), button=(589, 294, 691, 427), file='./assets/handler/MYSTERY_ITEM.png')
|
MYSTERY_ITEM = Button(area=(589, 294, 691, 427), color=(144, 127, 83), button=(589, 294, 691, 427), file='./assets/handler/MYSTERY_ITEM.png')
|
||||||
POPUP_CANCEL = Button(area=(404, 493, 576, 550), color=(166, 169, 172), button=(404, 493, 576, 550), file='./assets/handler/POPUP_CANCEL.png')
|
POPUP_CANCEL = Button(area=(404, 493, 576, 550), color=(166, 169, 172), button=(404, 493, 576, 550), file='./assets/handler/POPUP_CANCEL.png')
|
||||||
POPUP_CONFIRM = Button(area=(704, 493, 876, 550), color=(94, 144, 204), button=(704, 493, 876, 550), file='./assets/handler/POPUP_CONFIRM.png')
|
POPUP_CONFIRM = Button(area=(704, 493, 876, 550), color=(94, 144, 204), button=(704, 493, 876, 550), file='./assets/handler/POPUP_CONFIRM.png')
|
||||||
STORY_CHOOCE = Button(area=(902, 344, 959, 357), color=(98, 122, 156), button=(902, 344, 959, 357), file='./assets/handler/STORY_CHOOCE.png')
|
STORY_CHOOSE = Button(area=(902, 344, 959, 357), color=(98, 122, 156), button=(902, 344, 959, 357), file='./assets/handler/STORY_CHOOSE.png')
|
||||||
STORY_CHOOCE_2 = Button(area=(903, 388, 959, 399), color=(98, 121, 156), button=(903, 388, 959, 399), file='./assets/handler/STORY_CHOOCE_2.png')
|
STORY_CHOOSE_2 = Button(area=(903, 388, 959, 399), color=(98, 121, 156), button=(903, 388, 959, 399), file='./assets/handler/STORY_CHOOSE_2.png')
|
||||||
STORY_LETTERS_ONLY = Button(area=(1159, 26, 1264, 52), color=(123, 128, 141), button=(1159, 26, 1264, 52), file='./assets/handler/STORY_LETTERS_ONLY.png')
|
STORY_LETTERS_ONLY = Button(area=(1159, 26, 1264, 52), color=(123, 128, 141), button=(1159, 26, 1264, 52), file='./assets/handler/STORY_LETTERS_ONLY.png')
|
||||||
STORY_LETTER_BLACK = Button(area=(1145, 585, 1280, 720), color=(16, 20, 16), button=(1145, 585, 1280, 720), file='./assets/handler/STORY_LETTER_BLACK.png')
|
STORY_LETTER_BLACK = Button(area=(1145, 585, 1280, 720), color=(16, 20, 16), button=(1145, 585, 1280, 720), file='./assets/handler/STORY_LETTER_BLACK.png')
|
||||||
STORY_SKIP = Button(area=(1216, 676, 1258, 708), color=(148, 159, 178), button=(1180, 30, 1256, 49), file='./assets/handler/STORY_SKIP.png')
|
STORY_SKIP = Button(area=(1216, 676, 1258, 708), color=(148, 159, 178), button=(1180, 30, 1256, 49), file='./assets/handler/STORY_SKIP.png')
|
||||||
|
@ -10,9 +10,9 @@ class StoryHandler(PopupHandler):
|
|||||||
return True
|
return True
|
||||||
if self.appear(STORY_LETTER_BLACK) and self.appear_then_click(STORY_LETTERS_ONLY, offset=True, interval=2):
|
if self.appear(STORY_LETTER_BLACK) and self.appear_then_click(STORY_LETTERS_ONLY, offset=True, interval=2):
|
||||||
return True
|
return True
|
||||||
if self.appear_then_click(STORY_CHOOCE, offset=True, interval=2):
|
if self.appear_then_click(STORY_CHOOSE, offset=True, interval=2):
|
||||||
return True
|
return True
|
||||||
if self.appear_then_click(STORY_CHOOCE_2, offset=True, interval=2):
|
if self.appear_then_click(STORY_CHOOSE_2, offset=True, interval=2):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user