Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
717 stars 81 forks source link

Ladder collision fixes and buffer timer #117

Closed FailSpy closed 4 months ago

FailSpy commented 4 months ago

Whilst doing the last-minute fixes on PR #114, I realized there's a couple of issues with the ladder system that while avoidable with good collision shape placement, it's probably easier to implement these fixes:

Made this as a separate PR just to make sure these changes get their own chance for review.

You can see the issues with this on main by attempting to go down the ladder in the COGITO_01_Demo scene, which is fixed in this PR.