mdkess / Platformer2

A second attempt at making a 2D platformer, this time with libgdx
3 stars 0 forks source link

Slow down descent when hero drags on a wall #21

Closed mdkess closed 12 years ago

mdkess commented 12 years ago

This could be cool with wall jumping (#2). This would work similar to friction, but I hesitate to call it friction since it should probably only apply when the entity is descending the wall, and it's not going to work with a normal force, just some magic numbers. Still would be cool.