diff --git a/FindObjectBundleBuilder/Tools/psd_convert/parse_psd.py b/FindObjectBundleBuilder/Tools/psd_convert/parse_psd.py index 3df32dd..ff6e06c 100644 --- a/FindObjectBundleBuilder/Tools/psd_convert/parse_psd.py +++ b/FindObjectBundleBuilder/Tools/psd_convert/parse_psd.py @@ -25,7 +25,7 @@ version_path = os.path.join(curr_dir, "../../../../../unity_ap_bundle_resource/p design_width = 1040 design_height = 1280 -thumbnail_size = (1500,1000) +thumbnail_size = (2000,2910) crop_rect = (250,0,1250,1000) crop_size = (1000,1000)