pigdevstudio / platform_template

Template project for platform games in Godot Engine.
MIT License
72 stars 12 forks source link

Character bounces when coming from a slope to a floor #2

Closed henriiquecampos closed 6 years ago

henriiquecampos commented 6 years ago

This is due to gravity and the movement speed of the character, so...either we'll have to find a way to know if the character was in a slope and try to snap it to the floor, or this won't be fixed