aboutsummaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2023-05-12Fix pixelJuan J. Martinez
2023-05-12Update iconJuan J. Martinez
2023-05-05Use the MSB of the index to mark a transparent colorJuan J. Martinez
Because we use 1 byte to store 4bpp, we don't need a mask and we can encode a "transparent" color in the bits we don't use.
2023-05-04Include PNG images as dataJuan J. Martinez