Overview
TylerD is tile asset tool for generate title screens with NES nametables.
Installation
Just pip install it:
pip install tylerd
Or poetry add this
pip install tylerd
Usage
Usage example.
tylerd -p nes -f 2bpp_metatiles -b basename input.png -o output.s
That will generate an .s file to be used in your CC65 project. For now it only supports NES as a platform and the 2bpp_metatiles file format.
Features
For now it only supports NES as a platform and the 2bpp_metatiles file format.