Player movement issue

Godot Version

4.0

Question

I have a basic character movement script for my player. They can move left/right, jump, shoot, and drop their item:


The issue is that if I am running to the left while also holding down “shoot”, then I cannot jump, but I can while moving to the right.

Sounds like severe keyboard ghosting, maybe add new actions and inputs for your keys in the project settings.

This website will help you test keys, try to press many common keys at the same time, in your case left, up, and spacebar.

https://drakeirving.github.io/MultiKeyDisplay/

2 Likes

oh wow, very cool thankyou

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.