Module ...
Makes the player "slide" along walls when possible Simply call x, y = self:tryPlayerSlide(x, y, force) in your player's move() method
...
Makes the player "slide" along walls when possible Simply call x, y = self:tryPlayerSlide(x, y, force) in your player's move() method