text size fix
@@ -618,7 +618,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"imageUrl": "https://raw.githubusercontent.com/creeper2eletricboogaloo/L4JDownloadableContent/main/Bundle%20Packs/preview_images/merrybundle_preview_image.png?checksum=8ccdd0a6b7050e270c1586272218b10d"
|
||||
"imageUrl": "https://raw.githubusercontent.com/creeper2eletricboogaloo/L4JDownloadableContent/main/Bundle%20Packs/preview_images/merrybundle_preview_image.png?checksum=392dbb2515887c0e1003cc3e69f96718"
|
||||
},
|
||||
{
|
||||
"id": "spookybundle",
|
||||
@@ -672,7 +672,7 @@
|
||||
"downloadURI": "https://raw.githubusercontent.com/creeper2eletricboogaloo/L4JDownloadableContent/main/skinpacks/packs/halloweencharity.zip?checksum=f5decb59146ac02cb50588ae828ed724"
|
||||
}
|
||||
],
|
||||
"imageUrl": "https://raw.githubusercontent.com/creeper2eletricboogaloo/L4JDownloadableContent/main/Bundle%20Packs/preview_images/spookybundle_preview_image.png?checksum=5a5d4e5567918fe0ff876313eef164cb"
|
||||
"imageUrl": "https://raw.githubusercontent.com/creeper2eletricboogaloo/L4JDownloadableContent/main/Bundle%20Packs/preview_images/spookybundle_preview_image.png?checksum=f8dea40a2436bd5db6c150d0fbfa9904"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 141 KiB |
@@ -9,7 +9,7 @@ if %errorlevel%==0 (
|
||||
) else (
|
||||
set "PY=py -3"
|
||||
)
|
||||
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%"
|
||||
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%" --text-image-max-height 36
|
||||
if errorlevel 1 (
|
||||
echo.
|
||||
echo Failed.
|
||||
|
||||
|
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 409 KiB |
@@ -9,7 +9,7 @@ if %errorlevel%==0 (
|
||||
) else (
|
||||
set "PY=py -3"
|
||||
)
|
||||
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%"
|
||||
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%" --text-image-max-height 36
|
||||
if errorlevel 1 (
|
||||
echo.
|
||||
echo Failed.
|
||||
|
||||
|
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 387 KiB |