mirror of
https://github.com/creeper2eletricboogaloo/L4JDownloadableContent.git
synced 2026-09-25 00:34:41 +02:00
asset dump / update bundle icons
This commit is contained in:
BIN
resources/bundle preview image template/merry bundle/left.png
Normal file
BIN
resources/bundle preview image template/merry bundle/left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set "HERE=%~dp0"
|
||||
set "HERE=%HERE:~0,-1%"
|
||||
set "REPO=%HERE%\..\..\.."
|
||||
where python >nul 2>nul
|
||||
if %errorlevel%==0 (
|
||||
set "PY=python"
|
||||
) else (
|
||||
set "PY=py -3"
|
||||
)
|
||||
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%"
|
||||
if errorlevel 1 (
|
||||
echo.
|
||||
echo Failed.
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
echo.
|
||||
echo Created "%HERE%\preview.png"
|
||||
pause
|
||||
BIN
resources/bundle preview image template/merry bundle/middle.png
Normal file
BIN
resources/bundle preview image template/merry bundle/middle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
BIN
resources/bundle preview image template/merry bundle/preview.png
Normal file
BIN
resources/bundle preview image template/merry bundle/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 369 KiB |
BIN
resources/bundle preview image template/merry bundle/right.png
Normal file
BIN
resources/bundle preview image template/merry bundle/right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
BIN
resources/bundle preview image template/merry bundle/text.png
Normal file
BIN
resources/bundle preview image template/merry bundle/text.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user