We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b7fd5 commit 52fb15bCopy full SHA for 52fb15b
source/jta/states/config/Controls.hx
@@ -170,7 +170,7 @@ class Controls extends BaseState
170
if (Input.justPressed('confirm'))
171
{
172
isChangingBind = true;
173
- anyKeyTxt.text = Locale.getSettings("$PRESS_ANY") + (isGamepad ? Locale.getSettings("$BTN") : Locale.getSettings("$KEY"));
+ anyKeyTxt.text = Locale.getSettings("$PRESS_ANY") + " " + (isGamepad ? Locale.getSettings("$BTN") : Locale.getSettings("$KEY"));
174
anyKeyTxt.visible = true;
175
tempBG.visible = true;
176
0 commit comments