mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Since B can be used as a go back button as well, add it to the tooltip.
This commit is contained in:
parent
212907122b
commit
50314d21cb
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ menuitem_t OPTIONS_ProfileControls[] = {
|
|||
{IT_CONTROL, "A", "Accelerate / Confirm",
|
||||
"PR_BTA", {.routine = M_ProfileSetControl}, gc_a, 0},
|
||||
|
||||
{IT_CONTROL, "B", "Look backwards",
|
||||
{IT_CONTROL, "B", "Look backwards / Back",
|
||||
"PR_BTB", {.routine = M_ProfileSetControl}, gc_b, 0},
|
||||
|
||||
{IT_CONTROL, "C", "Spindash / Extra",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue