Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

map sprite y calculation might be wrong #872

Open
kai-chu opened this issue Apr 13, 2022 · 1 comment
Open

map sprite y calculation might be wrong #872

kai-chu opened this issue Apr 13, 2022 · 1 comment

Comments

@kai-chu
Copy link

kai-chu commented Apr 13, 2022

tSprite.y = tSprite.relativeY = tObjectData.y - tObjHeight / 2;

@kai-chu
Copy link
Author

kai-chu commented Apr 13, 2022

shall not it be ?

tSprite.y = tSprite.relativeY = tObjectData.y + tObjHeight / 2;

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant