Wow i just realized i ask a lot of questions about platformer engines lol ok anyway... Does anybody know how i could allow my player to walk up slopes with a custom engine? Like what coding do i need to put for that to work? (I'm currently using a fastloop and some horiz/grav values to control my character so if you could stay within the lines of that please lol i'm new to custom engines)
There are a number of ways to accomplish slope movement in a custom engine. If you want to see one method, take a look at my custom platform movement. This is not the only way... just one way: