Hey everyone,
i've found that if my character walks into a wall in mid-jump then it will stick to the wall until the direction is released.
I'm using a really basic jump variable (if jump = 0 then let jump etc etc)
and an even more basic movement system (on key down x+=2)
Does anyone know what's wrong and how i might fix it?