You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the player falls between two steep slopes, they become pinched between them in an endless fall, because there is no flat ground to stand on. There is currently a failsafe that reverts to a standing state after a short time, but this is not ideal.
To Reproduce
Fall between these two slopes. Mario will fall for longer than expected, until the failsafe activates.
Expected behavior
Once the base of Mario's collision has connected with both slopes, it should be treated as ground, rather than relying on the failsafe.
System Information
Game version: v0.1.6
Additional context
This is probably a Godot bug. It should be fixed either by reporting it to the Godot devs, or by solving it on the player refactor branch.
The text was updated successfully, but these errors were encountered:
Describe the bug
When the player falls between two steep slopes, they become pinched between them in an endless fall, because there is no flat ground to stand on. There is currently a failsafe that reverts to a standing state after a short time, but this is not ideal.
To Reproduce
Fall between these two slopes. Mario will fall for longer than expected, until the failsafe activates.
Expected behavior
Once the base of Mario's collision has connected with both slopes, it should be treated as ground, rather than relying on the failsafe.
System Information
Additional context
This is probably a Godot bug. It should be fixed either by reporting it to the Godot devs, or by solving it on the player refactor branch.
The text was updated successfully, but these errors were encountered: