You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a single race I am ordered to enter a player name. I can change the letter using the up+down arrows, but that's all I can do. I can't "enter" the letter or finish the view. Nothing works, I tried esc, enter, all control keys, letters, whatever. It's hopeless, I must quit the game and start from scratch.
The text was updated successfully, but these errors were encountered:
Selecting a letter in the highscore entry is done through A_MENU_SELECT, which is bound to x or gamepad_a
Searching through the code this A_MENU_SELECT is always or'ed with A_MENU_START, except for the highscore entry. I guess we should get rid of A_MENU_SELECT completely...
After a single race I am ordered to enter a player name. I can change the letter using the up+down arrows, but that's all I can do. I can't "enter" the letter or finish the view. Nothing works, I tried
esc
,enter
, all control keys, letters, whatever. It's hopeless, I must quit the game and start from scratch.The text was updated successfully, but these errors were encountered: