btipling / blockens

blockens with zig
MIT License
13 stars 0 forks source link

falling doesn't land on the ground correctly #32

Closed btipling closed 3 months ago

btipling commented 4 months ago

it stops midair, need to ray cast to a small float value (with all collision detection) I think and then floor the value at the end so the mob lands correctly.

btipling commented 3 months ago

I think this is fixed