When I create a new tilemap in the editor there is 'tile width' and 'tile height' in the properties. But how can I access this value in script? (The width or height of each individual tile.)
Thanks
Develop games in your browser. Powerful, performant & highly capable.
It is not currently available. I made a suggestion here: https://construct3.ideas.aha.io/ideas/C3-I-351
My workaround is to have a Global constant variable set to refer to, but it must be updated manually if the tilemap size changes.
Although changing the tilemap size honestly pretty much never happens, since the image is set as well.