Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hello, a question about the JSON content of a tilemap.
What do these numbers that use the "x" mean?
It is assumed that each value indicates the tile number but here the "x" is used, what does it mean?
https://i.imgur.com/w5aj8qG.png
It means that number is repeated x amount of times.
So 44x5 is the same as 44,44,44,44,44. It makes the json file smaller.
Develop games in your browser. Powerful, performant & highly capable.
It means that number is repeated x amount of times. So 44x5 is the same as 44,44,44,44,44. It makes the json file smaller.
I understand, thanks :)