TicMcTile converts images to sprites/tiles for the TIC80. Its written in Python and runs on a variety of platforms. For further information read the info or the readme-file.
Version 2.2 has been released: - replace the systemfont with own charset - unified decoder for pixels and palette - small facelift of the viewer - fixed a bug regarding config-mode - fixed a bug regarding insertion of decoder and viewer
Version 2.4 has been released: - width is now stored with 3 digits instead of 2 - decoding of RLE is divided into 2 functions - "tomem"-function can be called with a different target-address - "-k / --keep"-option can truncate the length of the palette
3 comments
TicMcTile converts images to sprites/tiles for the TIC80.
Its written in Python and runs on a variety of platforms.
For further information read the info or the readme-file.
Version 2.2 has been released:
- replace the systemfont with own charset
- unified decoder for pixels and palette
- small facelift of the viewer
- fixed a bug regarding config-mode
- fixed a bug regarding insertion of decoder and viewer
Version 2.4 has been released:
- width is now stored with 3 digits instead of 2
- decoding of RLE is divided into 2 functions
- "tomem"-function can be called with a different target-address
- "-k / --keep"-option can truncate the length of the palette