ex导航
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
Elaina 2025-02-07 14:42:47 +08:00
parent a40252d393
commit e344692313
4 changed files with 17 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -40,7 +40,16 @@ class ActivityNavigation(BaseSolver):
"OR-8": [2767, -184],
"OR-9": [3150, -184],
},
"ex": {},
"ex": {
"OR-EX-1": (0, 0),
"OR-EX-2": [0, 228],
"OR-EX-3": [401, 228],
"OR-EX-4": [401, 427],
"OR-EX-5": [928, 428],
"OR-EX-6": [928, 228],
"OR-EX-7": [1337, 228],
"OR-EX-8": [1337, 0],
},
}
@classproperty
@ -54,7 +63,7 @@ class ActivityNavigation(BaseSolver):
def generate_names(self):
names = {}
font_size = 37 if self.difficulty == "ex" else 40
font_size = 36 if self.difficulty == "ex" else 40
for name in self._location[self.difficulty].keys():
names[name] = generate_name(name, font_size, pad_right=10)
self.names = names

View file

@ -73,9 +73,9 @@ color = {
"mission_trainee_on": (690, 17),
"nav_bar": (655, 0),
"nav_button": (26, 20),
"navigation/activity/banner_ex": (1653, 850),
"navigation/activity/banner_ex": (1516, 962),
"navigation/activity/banner_normal": (1330, 957),
"navigation/activity/entry_ex": (1395, 901),
"navigation/activity/entry_ex": (1471, 850),
"navigation/activity/entry_normal": (1269, 720),
"navigation/collection/AP-1": (203, 821),
"navigation/collection/CA-1": (203, 821),