mirror of
https://github.com/creeper2eletricboogaloo/L4JDownloadableContent.git
synced 2026-09-24 08:14:43 +02:00
asset dump / update bundle icons
This commit is contained in:
BIN
resources/bundle preview image template/spooky bundle/left.png
Normal file
BIN
resources/bundle preview image template/spooky bundle/left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 183 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/spooky bundle/middle.png
Normal file
BIN
resources/bundle preview image template/spooky bundle/middle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 387 KiB |
BIN
resources/bundle preview image template/spooky bundle/right.png
Normal file
BIN
resources/bundle preview image template/spooky bundle/right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
resources/bundle preview image template/spooky bundle/text.png
Normal file
BIN
resources/bundle preview image template/spooky bundle/text.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user