AgoutiGames / RawSalmonEngine

A game engine utilising "Tiled" map files
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Add option to manipulate tiles of map layer #108

Open VectorWolf opened 4 years ago

VectorWolf commented 4 years ago

This would be useful for grid based puzzler games. You get a reference of the full array of global tile ids and can change the indices. This would have to be supplemented by means to tag a tile with some kind of name, so you can search it and get to know its gid.