mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Move Challenges to second entry of Extras menu
Addons, Challenges, and Online Manual are the three primary visible entries now
This commit is contained in:
parent
f8ac2746dc
commit
3390cb5121
2 changed files with 4 additions and 4 deletions
|
|
@ -1213,9 +1213,9 @@ extern struct extrasmenu_s {
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
extras_addons = 0,
|
extras_addons = 0,
|
||||||
|
extras_challenges,
|
||||||
extras_manual,
|
extras_manual,
|
||||||
extras_tutorial,
|
extras_tutorial,
|
||||||
extras_challenges,
|
|
||||||
extras_statistics,
|
extras_statistics,
|
||||||
extras_eggtv,
|
extras_eggtv,
|
||||||
extras_stereo,
|
extras_stereo,
|
||||||
|
|
|
||||||
|
|
@ -62,15 +62,15 @@ menuitem_t EXTRAS_Main[] =
|
||||||
{IT_STRING | IT_CALL, NULL, NULL,
|
{IT_STRING | IT_CALL, NULL, NULL,
|
||||||
NULL, {.routine = M_Addons}, 0, 0},
|
NULL, {.routine = M_Addons}, 0, 0},
|
||||||
|
|
||||||
|
{IT_STRING | IT_CALL, "Challenges", "View the requirements for some of the secret content you can unlock!",
|
||||||
|
NULL, {.routine = M_Challenges}, 0, 0},
|
||||||
|
|
||||||
{IT_STRING | IT_CALL, "Online Manual", "Learn everything there is to know about handling, items, and strategy.",
|
{IT_STRING | IT_CALL, "Online Manual", "Learn everything there is to know about handling, items, and strategy.",
|
||||||
NULL, {.routine = M_Manual}, 0, 0},
|
NULL, {.routine = M_Manual}, 0, 0},
|
||||||
|
|
||||||
{IT_STRING | IT_CALL, "Tutorial", "Help Dr. Robotnik and Tails test out their new Ring Racers.",
|
{IT_STRING | IT_CALL, "Tutorial", "Help Dr. Robotnik and Tails test out their new Ring Racers.",
|
||||||
NULL, {.routine = M_LevelSelectInit}, 0, GT_TUTORIAL},
|
NULL, {.routine = M_LevelSelectInit}, 0, GT_TUTORIAL},
|
||||||
|
|
||||||
{IT_STRING | IT_CALL, "Challenges", "View the requirements for some of the secret content you can unlock!",
|
|
||||||
NULL, {.routine = M_Challenges}, 0, 0},
|
|
||||||
|
|
||||||
{IT_STRING | IT_CALL, "Statistics", "Look back on some of your greatest achievements such as your playtime and wins!",
|
{IT_STRING | IT_CALL, "Statistics", "Look back on some of your greatest achievements such as your playtime and wins!",
|
||||||
NULL, {.routine = M_Statistics}, 0, 0},
|
NULL, {.routine = M_Statistics}, 0, 0},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue