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, from Github Godot 3.2.1 Tiled 1.4.3
Issue description Map layer horizontal and vertical offset values are not accessible from imported metadata.
Steps to reproduce
Create a tile layer in a Tiled map with offset set to a non-zero value:
Resulting .tmx file should have a line like this:
<objectgroup id="4" name="products" offsetx="0" offsety="-8">
print("offset available? ", layer.has_meta("offsetx")) >>> offset available? false
Sample map or tileset test-offset.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin version
2.3, from Github
Godot 3.2.1
Tiled 1.4.3
Issue description
Map layer horizontal and vertical offset values are not accessible from imported metadata.
Steps to reproduce
Create a tile layer in a Tiled map with offset set to a non-zero value:
![image](https://user-images.githubusercontent.com/3826491/103448019-2c691900-4c72-11eb-89eb-c28a2f5ef6d5.png)
Resulting .tmx file should have a line like this:
Sample map or tileset
test-offset.zip
The text was updated successfully, but these errors were encountered: