Backup before cleanup
BIN
images-source/items/stimpack.png
Normal file
|
After Width: | Height: | Size: 578 KiB |
@@ -16,7 +16,7 @@ echo " Source: $SOURCE_DIR"
|
||||
echo " Output: $OUTPUT_DIR"
|
||||
echo ""
|
||||
|
||||
for category in items locations npcs interactables characters; do
|
||||
for category in items locations npcs interactables characters placeholder; do
|
||||
src="$SOURCE_DIR/$category"
|
||||
out="$OUTPUT_DIR/$category"
|
||||
|
||||
@@ -38,7 +38,7 @@ for category in items locations npcs interactables characters; do
|
||||
continue
|
||||
fi
|
||||
|
||||
if [[ "$category" == "items" ]]; then
|
||||
if [[ "$category" == "items" || "$category" == "placeholder" ]]; then
|
||||
# Special processing for items: remove white background and resize
|
||||
echo " ➜ Converting item: $filename"
|
||||
tmp="/tmp/${base}_clean.png"
|
||||
|
||||
BIN
images-source/placeholder/backpack_placeholder.png
Normal file
|
After Width: | Height: | Size: 665 KiB |
BIN
images-source/placeholder/feet_placeholder.png
Normal file
|
After Width: | Height: | Size: 631 KiB |
BIN
images-source/placeholder/head_placeholder.png
Normal file
|
After Width: | Height: | Size: 522 KiB |
BIN
images-source/placeholder/legs_placeholder.png
Normal file
|
After Width: | Height: | Size: 525 KiB |
BIN
images-source/placeholder/torso_placeholder.png
Normal file
|
After Width: | Height: | Size: 710 KiB |
BIN
images-source/placeholder/weapon_placeholder.png
Normal file
|
After Width: | Height: | Size: 556 KiB |