Upd: Forgotten hall nav assets
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
assets/share/forgotten_hall/nav/LAST_VASTIGES_CHECK.3.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
BIN
assets/share/forgotten_hall/nav/LAST_VASTIGES_CLICK.3.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
BIN
assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CHECK.2.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
BIN
assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CLICK.2.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CLICK.png
Normal file
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB |
95
tasks/forgotten_hall/assets/assets_forgotten_hall_nav.py
Normal file
@ -0,0 +1,95 @@
|
||||
from module.base.button import Button, ButtonWrapper
|
||||
|
||||
# This file was auto-generated, do not modify it manually. To generate:
|
||||
# ``` python -m dev_tools.button_extract ```
|
||||
|
||||
LAST_VASTIGES_CHECK = ButtonWrapper(
|
||||
name='LAST_VASTIGES_CHECK',
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/LAST_VASTIGES_CHECK.png',
|
||||
area=(25, 190, 96, 262),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(94, 126, 162),
|
||||
button=(25, 190, 96, 262),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/LAST_VASTIGES_CHECK.2.png',
|
||||
area=(46, 274, 98, 348),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(38, 53, 71),
|
||||
button=(46, 274, 98, 348),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/LAST_VASTIGES_CHECK.3.png',
|
||||
area=(73, 205, 84, 239),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(51, 64, 79),
|
||||
button=(73, 205, 84, 239),
|
||||
),
|
||||
],
|
||||
)
|
||||
LAST_VASTIGES_CLICK = ButtonWrapper(
|
||||
name='LAST_VASTIGES_CLICK',
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/LAST_VASTIGES_CLICK.png',
|
||||
area=(32, 196, 90, 254),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(49, 64, 87),
|
||||
button=(32, 196, 90, 254),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/LAST_VASTIGES_CLICK.2.png',
|
||||
area=(51, 281, 90, 341),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(22, 29, 39),
|
||||
button=(51, 281, 90, 341),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/LAST_VASTIGES_CLICK.3.png',
|
||||
area=(73, 211, 79, 236),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(34, 39, 44),
|
||||
button=(73, 211, 79, 236),
|
||||
),
|
||||
],
|
||||
)
|
||||
MEMORY_OF_CHAOS_CHECK = ButtonWrapper(
|
||||
name='MEMORY_OF_CHAOS_CHECK',
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CHECK.png',
|
||||
area=(24, 90, 96, 162),
|
||||
search=(4, 70, 116, 182),
|
||||
color=(140, 116, 159),
|
||||
button=(24, 90, 96, 162),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CHECK.2.png',
|
||||
area=(46, 94, 98, 168),
|
||||
search=(26, 74, 118, 188),
|
||||
color=(67, 57, 79),
|
||||
button=(46, 94, 98, 168),
|
||||
),
|
||||
],
|
||||
)
|
||||
MEMORY_OF_CHAOS_CLICK = ButtonWrapper(
|
||||
name='MEMORY_OF_CHAOS_CLICK',
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CLICK.png',
|
||||
area=(51, 96, 90, 154),
|
||||
search=(31, 76, 110, 174),
|
||||
color=(82, 67, 99),
|
||||
button=(51, 96, 90, 154),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/nav/MEMORY_OF_CHAOS_CLICK.2.png',
|
||||
area=(51, 102, 90, 160),
|
||||
search=(31, 82, 110, 180),
|
||||
color=(47, 43, 56),
|
||||
button=(51, 102, 90, 160),
|
||||
),
|
||||
],
|
||||
)
|
@ -43,64 +43,6 @@ ENTRANCE_CHECKED = ButtonWrapper(
|
||||
button=(44, 655, 60, 673),
|
||||
),
|
||||
)
|
||||
LAST_VASTIGES_CHECK = ButtonWrapper(
|
||||
name='LAST_VASTIGES_CHECK',
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/ui/LAST_VASTIGES_CHECK.png',
|
||||
area=(25, 190, 96, 262),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(94, 126, 162),
|
||||
button=(25, 190, 96, 262),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/ui/LAST_VASTIGES_CHECK.2.png',
|
||||
area=(46, 274, 98, 348),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(38, 53, 71),
|
||||
button=(46, 274, 98, 348),
|
||||
),
|
||||
],
|
||||
)
|
||||
LAST_VASTIGES_CLICK = ButtonWrapper(
|
||||
name='LAST_VASTIGES_CLICK',
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/ui/LAST_VASTIGES_CLICK.png',
|
||||
area=(32, 196, 90, 254),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(49, 64, 87),
|
||||
button=(32, 196, 90, 254),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/forgotten_hall/ui/LAST_VASTIGES_CLICK.2.png',
|
||||
area=(51, 281, 90, 341),
|
||||
search=(11, 73, 111, 461),
|
||||
color=(22, 29, 39),
|
||||
button=(51, 281, 90, 341),
|
||||
),
|
||||
],
|
||||
)
|
||||
MEMORY_OF_CHAOS_CHECK = ButtonWrapper(
|
||||
name='MEMORY_OF_CHAOS_CHECK',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/ui/MEMORY_OF_CHAOS_CHECK.png',
|
||||
area=(24, 90, 96, 162),
|
||||
search=(4, 70, 116, 182),
|
||||
color=(140, 116, 159),
|
||||
button=(24, 90, 96, 162),
|
||||
),
|
||||
)
|
||||
MEMORY_OF_CHAOS_CLICK = ButtonWrapper(
|
||||
name='MEMORY_OF_CHAOS_CLICK',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/ui/MEMORY_OF_CHAOS_CLICK.png',
|
||||
area=(32, 96, 90, 154),
|
||||
search=(12, 76, 110, 174),
|
||||
color=(74, 60, 96),
|
||||
button=(32, 96, 90, 154),
|
||||
),
|
||||
)
|
||||
OCR_STAGE = ButtonWrapper(
|
||||
name='OCR_STAGE',
|
||||
share=Button(
|
||||
|
@ -12,6 +12,7 @@ from module.ui.draggable_list import DraggableList
|
||||
from tasks.base.assets.assets_base_page import FORGOTTEN_HALL_CHECK, MAP_EXIT
|
||||
from tasks.dungeon.keywords import DungeonList, KEYWORDS_DUNGEON_LIST, KEYWORDS_DUNGEON_TAB
|
||||
from tasks.dungeon.ui import DungeonUI
|
||||
from tasks.forgotten_hall.assets.assets_forgotten_hall_nav import *
|
||||
from tasks.forgotten_hall.assets.assets_forgotten_hall_ui import *
|
||||
from tasks.forgotten_hall.keywords import ForgottenHallStage, KEYWORDS_FORGOTTEN_HALL_STAGE
|
||||
from tasks.forgotten_hall.team import ForgottenHallTeam
|
||||
|