Hello, y’all! Not sure if this is the correct thread to post this under, so let me know if this should be elsewhere.
I am making a 2D game and having the character turn close to a wall does a small behavior I would like to restrict, so I am trying to implement custom collisions for characters. After experimenting a lot of things I was faced with a method in which we name the collision box “Torso” and it will turn on collisions immediatily. The issue with this method is the character’s shirt will unrender:
Are there any ways to fix this behavior? Perhaps alternative methods? Thanks for the help.