Skip to content
New issue

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

Invert control over how to retrieve y-sort y-position #1

Closed
e-e opened this issue May 20, 2019 · 1 comment
Closed

Invert control over how to retrieve y-sort y-position #1

e-e opened this issue May 20, 2019 · 1 comment
Assignees

Comments

@e-e
Copy link
Owner

e-e commented May 20, 2019

Instead of defining how to retrieve the y-position in BetterYSort.gd, first check any nodes if they have get_ysort_y() method, and if so, use that to retrieve the y-position. If not, just use the global_position.y of that node. This should allow for a bit more flexibility.

@e-e e-e self-assigned this May 20, 2019
@e-e
Copy link
Owner Author

e-e commented May 26, 2019

Resolved by 3e4a4a0

@e-e e-e closed this as completed May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant