Hello!
I'm trying to make my player climb a ladder, but i only want him to do that if his is at least 50% overlaping the ladder, it's possible?
I'm so sorry if i said something wrong, english is not my main language.
Develop games in your browser. Powerful, performant & highly capable.
If you have an origin, imagepoint, or placeholder object in the center of the player sprite, you can use that point to check if it is overlapping the ladder sprite. If it is, then at least 50% of your player sprite should be on the ladder.