- Kept only green screen processed versions (MOJE_SLIKE_KONCNA) - Deleted all BACKUP, src_assets_library, and duplicate versions - Saved ~65 MB of space - Added cleanup_duplicates.py script for future use
- Created organized item structure: 📁 items/ ├── camping/ (62 files) ├── consumables/ (12 files) ├── crops/ (227 files) ├── resources/ (25 files) ├── seeds/ (96 files) ├── special/ (24 files) ├── storage/ (8 files) ├── tools/ (276 files) │ ├── wood/ │ ├── stone/ │ ├── iron/ │ ├── gold/ │ └── special/ ├── ui/ (69 files) └── weapons/ (96 files) - Added organize_items.py script for automated categorization - Moved 833 files from predmeti/ to proper categories - Left 1097 backup/duplicate files in predmeti/ for later cleanup