mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-05 19:23:45 +08:00
🐛修复错误的图片获取
This commit is contained in:
parent
f179822053
commit
7b8efec095
@ -24,10 +24,8 @@ from PIL import Image
|
|||||||
|
|
||||||
TEXT_PATH = Path(__file__).parent / 'texture2D'
|
TEXT_PATH = Path(__file__).parent / 'texture2D'
|
||||||
|
|
||||||
resin_fg_pic = Image.open(TEXT_PATH / 'resin_fg.png')
|
note_bg = Image.open(TEXT_PATH / 'note_bg.png')
|
||||||
yes_pic = Image.open(TEXT_PATH / 'yes.png')
|
note_travel_bg = Image.open(TEXT_PATH / 'note_travel_bg.png')
|
||||||
no_pic = Image.open(TEXT_PATH / 'no.png')
|
|
||||||
warn_pic = Image.open(TEXT_PATH / 'warn.png')
|
|
||||||
|
|
||||||
based_w = 500
|
based_w = 500
|
||||||
based_h = 900
|
based_h = 900
|
||||||
|
Loading…
x
Reference in New Issue
Block a user