Identified source of bug causing player to stop when jumping up steps. Turns out the player was considered 'grounded' while jumping and cancelled momentum. So, I needed to stop this and only zero out the player momentum if they are not moving up.
Setup test and behavior to prevent player from losing momentum when jumping jump steps.
Description
Identified source of bug causing player to stop when jumping up steps. Turns out the player was considered 'grounded' while jumping and cancelled momentum. So, I needed to stop this and only zero out the player momentum if they are not moving up.
Setup test and behavior to prevent player from losing momentum when jumping jump steps.
Closes #218