We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin version: 2.3, downloaded from GitHub
Issue description When using templates for collision shapes in Tiled, the shape gets imported as empty into the tileset.
Steps to reproduce Using tiles like this:
<tile id="717" terrain="16,21,16,16"> <objectgroup draworder="index" id="2"> <object id="1" template="Top-Right.tx" x="8" y="0"/> </objectgroup> </tile>
With Rop-Right.tx containing:
Rop-Right.tx
<?xml version="1.0" encoding="UTF-8"?> <template> <object name="Top-Right" type="area"> <polygon points="0,0 24,0 24,24"/> </object> </template>
What gets imported is a RectangleShape2D with an empty extent:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin version: 2.3, downloaded from GitHub
Issue description
When using templates for collision shapes in Tiled, the shape gets imported as empty into the tileset.
Steps to reproduce
Using tiles like this:
With
Rop-Right.tx
containing:What gets imported is a RectangleShape2D with an empty extent:
The text was updated successfully, but these errors were encountered: