Enhancement: all i want all i need please all i need to be a god at this game is QWER controls wasd just dont fit #1610
Replies: 7 comments
-
use the arrow keys... |
Beta Was this translation helpful? Give feedback.
-
Next time, please use the template next time you create an issue. And yeah just use arrows. |
Beta Was this translation helpful? Give feedback.
-
i think they want a layout with a 1:1 of the game, instead of the way its set up now. like, on the qwerty keyboards, theyre asking for qwer, so that it matches up with the game better? |
Beta Was this translation helpful? Give feedback.
-
Inside Controls.hx, you can change button placement. switch (scheme)
{
case Solo:
bindKeys(Control.UP, [E, FlxKey.UP]);
bindKeys(Control.DOWN, [W, FlxKey.DOWN]);
bindKeys(Control.LEFT, [Q, FlxKey.LEFT]);
bindKeys(Control.RIGHT, [R, FlxKey.RIGHT]);
bindKeys(Control.ACCEPT, [Z, SPACE, ENTER]);
bindKeys(Control.BACK, [BACKSPACE, ESCAPE]);
bindKeys(Control.PAUSE, [P, ENTER, ESCAPE]);
bindKeys(Control.RESET, [T]);
} |
Beta Was this translation helpful? Give feedback.
-
I think it's better to use "UIOP" in case anyone wants to use the WASD keys instead of the arrow keys.
The better solution for this issue is to just add control settings in-game that allow you to bind any keys you want. That way, you can use any layout you want. |
Beta Was this translation helpful? Give feedback.
-
It does support Wasd but I think if u don't have a qwerty keyboard it might not work |
Beta Was this translation helpful? Give feedback.
-
then you have to compile the code and run everything and idek, if you're on windows you can always use AutoHotKey |
Beta Was this translation helpful? Give feedback.
-
Please check for duplicates or similar issues before creating this issue.
What is your suggestion, and why should it be implemented?
Beta Was this translation helpful? Give feedback.
All reactions