π¨ Assets & Placeholder Generator¶
π Asset Structure¶
assets/
βββ bg/ # Background images (opaque)
βββ sta/ # Pose/stance images (transparent)
βββ act/ # Action images (transparent)
βββ exp/ # Expression images (transparent)
βββ cg/ # CG illustrations (full-scene, replaces all other layers)
βββ manifest.json
Browse the full asset directory on GitHub:
assets/
π Canvas Size¶
All assets share the same canvas size (default: 1024x1024) with consistent alignment anchors.
π οΈ Placeholder Generator¶
Generate debug placeholder assets:
β¨ Features:
- β¬ Transparent PNGs for STA/EXP/ACT
- β¬ Opaque PNGs for BG and CG
- π·οΈ Visual debug labels with code text
- π Color-coded by category
- π Idempotent (use
--forceto regenerate) - π Writes asset manifest
π Manifest¶
assets/manifest.json contains paths, sizes, and anchor info for all generated assets.