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

[3.x] Fix 3D moving platform logic #51458

Merged
merged 1 commit into from
Aug 10, 2021

Commits on Aug 10, 2021

  1. Fix 3D moving platform logic

    Same thing that was already done in 2D, applies moving platform motion
    by using a call to move_and_collide that excludes the platform itself,
    instead of making it part of the body motion.
    
    Helps with handling walls and slopes correctly when the character walks
    on the moving platform.
    
    Also made some minor adjustments to the 2D version and documentation.
    
    Co-authored-by: fabriceci <fabricecipolla@gmail.com>
    pouleyKetchoupp and fabriceci committed Aug 10, 2021
    1 Configuration menu
    Copy the full SHA
    da159cd View commit details
    Browse the repository at this point in the history