Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
799 stars 90 forks source link

Jumping while crouching. #59

Closed OtsoT closed 6 months ago

OtsoT commented 6 months ago

Jumping while crouching causes all stamina to be lost due repeated jumps every frame.

ac-arcana commented 6 months ago

I also notice that I get footstep sounds repeating, even when standing still, after attempting to jump while crouched.

ksjfhor commented 6 months ago

This fixed it for me, could help maybe with #68.

ksjfhor commented 6 months ago

Not really fixed, it seems that the jump is somehow still stored. Jump while in crouching mode, you jump once and stamina gets reduced by 5. When you just let go of the crouch_button the player will strangely jump again.