v0.4
Changelog:
- SpriteFont format has been implemented. This means all formats are being supported by Repacker!
- Alpha channel has been separated into a separate .APNG file from cubemaps in ArtObject and TrileSet formats. This was motivated by the fact that alpha channel acts as an emission mask, and most of textures do not have emission, which made them transparent. Separation of these textures allows much easier color manipulation.
- Normalized all single-file custom JSON-based formats to end with ".json" extension. This allows automatic JSON format detection by most of text editors. Sub-extensions (
.fezmap.
,.fezlvl.
etc.) are still required by Repacker to have the file properly repacked into an asset file.