Backup before cleanup

This commit is contained in:
Joan
2026-02-05 15:00:49 +01:00
parent e6747b1d05
commit 1b7ffd614d
60 changed files with 3013 additions and 460 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB