2D_Engine_C/assets/asset_builder
Ulysse Cura 1511b460db Better error management. 2026-07-20 18:18:51 +02:00
..
src Better error management. 2026-07-20 18:18:51 +02:00
README.md Starting to add png files into game.data. 2026-07-18 17:17:29 +02:00

README.md

Asset file structure

Description Length
Assets number int (32 bits)
...
Asset name const char * (variable length)
Asset start index int (32 bits)
Asset end index int (32 bits)
...
Asset data depend on assets content and number

PNG

Convert RGBA to RGB with #FF00FF as the transparent color. If alpha null then the color of the pixel will be replaced with this.