jeffreypersons / Penguin-Quest

An emperor penguin on a quest to bring back food to his son
1 stars 1 forks source link

Mechanics: Implement Proper Slope Handling #63

Closed jeffreypersons closed 1 year ago

jeffreypersons commented 4 years ago

~Implement advanced platforming mechanic~ Add proper slope handling

The game is making a pivot towards a sonic like platformer where the penguin can slide along a track-like course and collect items, among other things.

This means, as step towards having sonic like behavior is to having much improve handling for a variety of different surfaces, from sloped/curved/jagged, etc.

...In other words, more advanced collision detection is needed, whether it be through raycasting, composite colliders, or other techniques, as well as rotations of the colliders, balance checks, etc.

jeffreypersons commented 1 year ago

After merging in Integrate prototyped movement from test scene into penguin player #157 - I got this covered with slope handling.