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
Load failed,"strconv.ParseInt: parsing "15.52": invalid syntax" <imagelayer id="20" name="bg" opacity="0.61" offsetx="15.52" offsety="30.18"/>
<imagelayer id="20" name="bg" opacity="0.61" offsetx="15.52" offsety="30.18"/>
The text was updated successfully, but these errors were encountered:
Looking at spec it says that offsetx and offsety are in pixels, I don't think pixels can be as float... 🤔
Sorry, something went wrong.
Also getting this issue. Some engines do support subpixels, this TMX is also straight from tiled so I believe it should be supported as well.
Looks like than will need to do breaking change and change to float then...
PR is welcome :)
No branches or pull requests
Load failed,"strconv.ParseInt: parsing "15.52": invalid syntax"
<imagelayer id="20" name="bg" opacity="0.61" offsetx="15.52" offsety="30.18"/>
The text was updated successfully, but these errors were encountered: