Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Awesome! Now I would love a config app/function that I can call from within TIC to modify those (and maybe keyconfig as well?). Similar to what Pico-8 does with keyconfig.

Any plans in the future to have font/palette included as a part of the TIC cart? If I design a game in a custom palette with a custom font, I would like it for others to be able to play the way I intended it.

Not sure if there will be a separate app to edit the config file. The idea is to allow users to customize their local versions of TIC with the config file and TIC doesn't have access to edit config.lua from inside.

I'm going to add FONT (or TEXT) api function to render variety width font directly from the spritesheet, PRINT api func will be used to draw text with only system font. As for palette, you can define it when game starts by POKE or MEMCPY functions.