Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed player sliding stuck bug #501

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2021

  1. Fixed Player doesn't leave sliding state bug

    Replaced OrthoNormalize with a double cross product which is slightly more performant. And added a small push away from walls when they are too steep.
    kablouser committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    986b61c View commit details
    Browse the repository at this point in the history
  2. Tuned constant values

    kablouser committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    ecd0d83 View commit details
    Browse the repository at this point in the history