jacobnb / adv_seminar

class project
0 stars 0 forks source link

Fix bugs around player size decreasing #62

Open jacobnb opened 5 years ago

jacobnb commented 5 years ago

Can't always jump off player Can sometimes smash while on top of player Maybe animation problems too.

jacobnb commented 5 years ago

Fixed jump by not disabling it on loss of contact. => player can still jump even after they fall off the opponent.

jacobnb commented 5 years ago

Undid previous b/c player got an extra jump when jumping off of ground

jacobnb commented 5 years ago

Could just only enable double jump. I don't like this as much, but it would also limit height.

jacobnb commented 5 years ago

Bug helps with smash: it drains health faster b/c of the downward force.