You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving horizontally it is possible to travel through blocks. It is also possible to jump through blocks - this means we can climb up trees. I have recorded some videos:
horizontally
2024-04-25_17-38-45.mov
vertically
2024-04-25_17-42-49.mov
possible solution
Consider adding collisions by using an AABB (essentially a bounding box around the player). You would check against all edges if they hit a block, changing the size of the AABB will allow for crawling.
The text was updated successfully, but these errors were encountered:
Introduction
When moving horizontally it is possible to travel through blocks. It is also possible to jump through blocks - this means we can climb up trees. I have recorded some videos:
horizontally
2024-04-25_17-38-45.mov
vertically
2024-04-25_17-42-49.mov
possible solution
Consider adding collisions by using an AABB (essentially a bounding box around the player). You would check against all edges if they hit a block, changing the size of the AABB will allow for crawling.
The text was updated successfully, but these errors were encountered: