hey guys!
i was just wondering all these large games make use of footholds to make a character stay
is there any way in C++ to make simple footholds?
im making a stick platform game and am tired of using collision checking to make it work all the time for every single platform.
is there any way to make a foothold and apply it onto a platform so that the stickman can stand on it besides collision checking?