mroobit / untitled-sidescroller

2D Platformer written in Go with Ebitengine
https://shannondybvig.com/projects/untitled-sidescroller/
MIT License
1 stars 0 forks source link

Gravity doesn't pull correctly #2

Open mroobit opened 1 year ago

mroobit commented 1 year ago

Actual Behavior: When player jumps from a point higher than where they land, player speed is a soft float after they fall past the point where the jump-off point. Expected Behavior: Player continues to fall at consistent gravity rate after passing the jump-off point.