Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
-Add more text space in Rules window.

Dragging the bottom-right corner of the rules window to change the size will increase the text-box widths

-Unless I missed it: allow for Input map export. I work on NES game and hoped to save memory by having the map made with autotiles. Its also kind of weird to have Rules export to C\Lua but no Input map export(again, did I miss it?)

You can use the .tkp project file directly for this -- it's just a regular JSON file. The map size and data is stored in the input_map field (input_map.w, input_map.h, input_map.data), the tileset information is stored in the output_map field.