text size fix

This commit is contained in:
creepereater201
2026-06-21 00:21:16 +01:00
parent 2f14837ebf
commit eb0a1b258c
7 changed files with 4 additions and 4 deletions

View File

@@ -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"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

@@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

After

Width:  |  Height:  |  Size: 409 KiB

View File

@@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 KiB

After

Width:  |  Height:  |  Size: 387 KiB