jcreedcmu / pyoro

Turn-based platforming
0 stars 0 forks source link

Fix physics #24

Closed jcreedcmu closed 2 months ago

jcreedcmu commented 2 months ago

I think impetus should represent something more like velocity, which means that when walking along the ground, the y-component should be zero. It shouldn't be whatever value it would be were we to jump right now, which I think is the current logic.

In fact, I've decided to overhaul physics pretty significantly. For this ticket to be resolved, implementation should be brought in line with design doc.

The remaining test failures are a little nontrivial. I need to at least: