mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: DraggableList in dungeon
This commit is contained in:
parent
6c27531dae
commit
a64c14648b
@ -92,10 +92,10 @@ class DraggableDungeonList(DraggableList):
|
|||||||
|
|
||||||
|
|
||||||
DUNGEON_NAV_LIST = DraggableList(
|
DUNGEON_NAV_LIST = DraggableList(
|
||||||
'DungeonNavList', keyword_class=DungeonNav, ocr_class=OcrDungeonNav, search_button=OCR_DUNGEON_NAV, active_color=(190, 175, 124))
|
'DungeonNavList', keyword_class=DungeonNav, ocr_class=OcrDungeonNav, search_button=OCR_DUNGEON_NAV)
|
||||||
DUNGEON_LIST = DraggableDungeonList(
|
DUNGEON_LIST = DraggableDungeonList(
|
||||||
'DungeonList', keyword_class=[DungeonList, DungeonEntrance],
|
'DungeonList', keyword_class=[DungeonList, DungeonEntrance],
|
||||||
ocr_class=OcrDungeonList, search_button=OCR_DUNGEON_LIST, active_color=(190, 175, 124))
|
ocr_class=OcrDungeonList, search_button=OCR_DUNGEON_LIST)
|
||||||
|
|
||||||
|
|
||||||
class DungeonUI(UI):
|
class DungeonUI(UI):
|
||||||
|
Loading…
Reference in New Issue
Block a user