Maybe someone came across ...
I have an object in Tiled:
<object id = "22" gid = "1465" x = "43" y = "57" width = "16" height = "16" />
The "gid" attribute is the index of the image in the array.
in the editor, I display the object on the X axis:
<object id = "22" gid = "2147485113" x = "43" y = "57" width = "16" height = "16" />
Y-axis:
<object id = "22" gid = "1073743289" x = "43" y = "57" width = "16" height = "16" />
on both axes:
<object id = "22" gid = "3221226937" x = "43" y = "57" width = "16" height = "16" />
Who has any ideas for decoding this gibberish?