coconut-platformer / game

2 stars 0 forks source link

Jump when colliding with block to the right doesn't look like jumping #58

Open ssshake opened 5 years ago

ssshake commented 5 years ago

When you collide with an object to the right and it pushes you towards the left of the screen, jumping over that block does not look like jumping. It looks like you are hugging the block and sliding over it.

I had tried a couple things to make it look better, but realized after that the solution is it should just look like how a regular jump looks. I don't know how to do this I'm still studying the code base.

The coconut dude should hop over the block and I can't think of a good reason why it should look any different than jumping in the air.