Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Cool, you could share it on the wiki external tools page https://github.com/nesbox/TIC-80/wiki/tools
The export and import commands already allow to use png files, but your tool seem to go further like extracting all palette for each bank.

Ooh thanks I'll check the built-in export/import then, I didn't see that. Still learning how to use this.

The tool exports the palettes as reference but there're still a few refinements that could be added I suppose. It just exports an image with squares colored like the palette for reference.

Now that I read it, the built-in import is comically similar to what I tried to do with the node tool hahaha...

I assumed this didn't exist based on videos I watched, I'm glad it does though. I guess at least I learned a bit about node and publishing stuff in npm, which I sorely needed. 😅

More or less everything you need to know is on the github wiki ^^