How can I get rotation from Tiled map object?
It's listed in the properties, but object.getProperties().get("rotation");
returns null and so does this: object.getProperties().get("Rotation");
.
My first though was to cast the whole object into Rectangle object, but Rectangle doesn't keep rotation.