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

Added possibility to perform a constant, immutable wall jump. Legacy … #14

Merged
merged 2 commits into from Sep 7, 2019

Commits on Sep 6, 2019

  1. Added possibility to perform a constant, immutable wall jump. Legacy …

    …behavior allows to modify signicifantly the velocity during wall jump using left and right functions. New config key const_wall_jump is by default set to false, so it doesn't change the legacy, but when set to true by user, it blocks possibility to alter a jump after bouncing from a wall. Added new state - wall_jump and thus added a function to get that information from platypus.
    paweljarosz committed Sep 6, 2019
    Copy the full SHA
    133408c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Updated readme with information about constant wall jump and new func…

    …tion - is_wall_jumping()
    paweljarosz committed Sep 7, 2019
    Copy the full SHA
    588b0d9 View commit details
    Browse the repository at this point in the history