mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Profiles segment of Goner: Direct people to the Accessibility options *just* before you open up a Profile Card for the first time
This commit is contained in:
parent
fa26a50b92
commit
382110362a
1 changed files with 6 additions and 1 deletions
|
|
@ -615,8 +615,13 @@ void M_AddGonerLines(void)
|
|||
LinesToDigest.emplace_front(GONERSPEAKER_EGGMAN, TICRATE/5,
|
||||
"Mine says \"Robotnik\". You can't beat a classic.");
|
||||
|
||||
LinesToDigest.emplace_front(GONERSPEAKER_TAILS, TICRATE/2,
|
||||
"And I'm not sure if you'll need it, but we always tell new drivers to "\
|
||||
"look at the ""\x87""Accessibility""\x80"" settings. Often there's some "\
|
||||
"feature they're not expecting. Maybe you'd be surprised too?");
|
||||
|
||||
LinesToDigest.emplace_front(GONERSPEAKER_TAILS, 0,
|
||||
"Go on, do your ""\x87""Profile Setup""\x80""!");
|
||||
"So go on, do your ""\x87""Profile Setup""\x80""!");
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue