Protofall / Crayon-Game-Framework

My own library for making games on the Dreamcast
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Crayon: Add extra palette option to preprocessor #190

Open Protofall opened 4 years ago

Protofall commented 4 years ago

Have a text file in the same folder with same name as a png that will get converted with a number to indicate the palette's number ID. The text file contains a bunch of 0xAARRGGBB = 0xAARRGGBB lines. The preprocessor will open up the original palette and create a new one with the colours on the left replaced with the ones on the right.