how to bind keys in PlatfromerController2D ? #424
Unanswered
builtinslib
asked this question in
Q&A
Replies: 1 comment
-
You can use input_handler.bind() to rebind keys: input_handler.bind('z', 'w') # 'z'-key will now be registered as 'w'-key |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 players in my code. I want to bind keys for player 2 but I cant do it. If I press WASD keys then 2 players moves together. I want to move first player with WASD and second player with arrow keys.
Beta Was this translation helpful? Give feedback.
All reactions