curioustorvald / Terrarum

Modular game engine for a side-scrolling tilemap platformer, and a game that runs on top of it
Other
13 stars 0 forks source link

[Ref only] Player can be stuck on specific platform and solid block arrangement #49

Closed curioustorvald closed 1 year ago

curioustorvald commented 1 year ago

Screenshot-1692168596815

How to reproduce:

  1. On the above block placement, stand in the middle of the two wooden blocks, second topmost platform, then hold left or right
  2. Player will be stuck upon hitting either of the solid blocks

This issue has been tentatively fixed on the commit 32803b6f185741915f4808c9d4546e207217203a (incomplete fix for horizontal bouncing on T-shaped platform arrangement) and is posted to provide reference for comments of the source code.