Tilf (Tiny Elf) is a simple yet powerful pixel art editor built with PySide6. It’s designed for creating sprites, icons, and small 2D assets with essential drawing tools, live preview, undo/redo, ...
├─ img # pixel images used by the game ├─ logs # measurement csv files ├─ src │ ├─ game # Python package root │ │ ├─ entities # All in-game actors (Sprite) │ │ │ ├─ __init__.py │ │ │ ├─ entity.py # ...