Hello everyone, I am trying to implement wall sliding and wall jumping, was wondering whats the logic behind it?
for sliding: IF the player is in AIR then check if there is wall 1 pixel to left or right,set isSliding var to true and apply sliding gravity else apply normal gravity
for wall jump if player IS SLIDING, then perform the wall jump
is it fine? thanks