Hi!
I am currently trying to make my game moddable through xml and wanted to be able to make custom tiles.
I managed to get simple tiles using textures working, but now I want to make rule tiles aswell.
Anyone know a place where I can read up on how to do this?
I know it is possible, as there are many tileset editors out there that do it.
Something where I only have an imput texture, and the code automagically translates it into a rule tile, so I only need to save the location of the png in xml.
Any help is appreciated