Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I'm trying to use this to create a tileset file from a folder full of loose tiles, but I can't figure out how to select which tile I want to change the texture of

If I just click the "Add Texture" it'll only change the first tile

If I click one of the other tile it doesn't appear to select it

Is there something I'm missing?

Hi! It can not do that, it produces tilesets from files containing several tile parts (sides and corners) placed in a row. You probably need another tool for what you want to achieve. If you use Godot, you probably can do that inside the editor. Otherwise there are other tools specifically targeted at mapping, you can lookup Tiled or Ldtk map editors.

oooh, alright, thank you for the advice! :)