We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446b7f0 commit 03b8ac8Copy full SHA for 03b8ac8
module/umamusume/scenario/aoharuhai_scenario.py
@@ -23,7 +23,7 @@ def scenario_name(self) -> str:
23
return "青春杯"
24
25
def get_date_img(self, img: any) -> any:
26
- return img[40:70, 160:280]
+ return img[40:70, 160:370]
27
28
def get_turn_to_race_img(self, img) -> any:
29
return img[70:120, 30:90]
0 commit comments