12-25-2020, 08:59 AM
I usually use a
for(int c = 0; c < array.length - 1; c++)
{
// code
}
And if I understand well, my object has to possess the same attributes as the ObjectInfo structure
also, what is the Object Type for? I checked the Python TMX exemple, the type field is empty
for(int c = 0; c < array.length - 1; c++)
{
// code
}
And if I understand well, my object has to possess the same attributes as the ObjectInfo structure
also, what is the Object Type for? I checked the Python TMX exemple, the type field is empty