0 votes

The problem I have is that I want to let the player overlap the bush to a certain height.
I could only do that with the bottom but I don't know how I can stop the overlap from the top.
Any idea how to fix this?

See Images

in Engine by (25 points)

1 Answer

+2 votes
Best answer

Take a look at the YSort node in Godot. That's exactly the problem it's intended to solve:

https://docs.godotengine.org/en/3.2/classes/class_ysort.html#ysort

Here's a few YouTube videos on YSort (there are lots more):

https://www.youtube.com/watch?v=KdU3yeRY4Kc
https://www.youtube.com/watch?v=UfKMgHbaGow&t=17s

by (21,910 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.