egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
119 stars 17 forks source link

Moving very fast clips through walls / floors #75

Closed Col-E closed 7 years ago

Col-E commented 7 years ago

Illustration of our current collision system

img

The issue is everything between the player and the destination is ignored. Only the destination matters.

Here's a video of the issue:

Col-E commented 7 years ago

Blooper of failed attempt 1 at trying to fix this: Video

Col-E commented 7 years ago

Fixed in https://github.com/egordorichev/LastTry/pull/78