修改缩略图切图尺寸

main
ZhuoZhou 2025-06-19 18:38:12 +08:00
parent aeffc3df1d
commit bba99635aa
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ version_path = os.path.join(curr_dir, "../../../../../unity_ap_bundle_resource/p
design_width = 1040 design_width = 1040
design_height = 1280 design_height = 1280
thumbnail_size = (1500,1000) thumbnail_size = (2000,2910)
crop_rect = (250,0,1250,1000) crop_rect = (250,0,1250,1000)
crop_size = (1000,1000) crop_size = (1000,1000)