mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-05 19:23:45 +08:00
深渊查询完善 (#39)
This commit is contained in:
parent
008c066828
commit
b59f3d9b06
@ -231,6 +231,12 @@ async def draw_abyss_img(
|
||||
)
|
||||
|
||||
for index_floor, level in enumerate(raw_abyss_data['all_floor_detail']):
|
||||
if floor:
|
||||
if abyss_list[str(floor)] == level['name']:
|
||||
index_floor = 0
|
||||
else:
|
||||
continue
|
||||
else:
|
||||
if index_floor >= 3:
|
||||
break
|
||||
floor_pic = Image.open(TEXT_PATH / 'floor_bg.png')
|
||||
|
Loading…
x
Reference in New Issue
Block a user