Skip to content

Commit

Permalink
Add RMC link
Browse files Browse the repository at this point in the history
  • Loading branch information
GreepTheSheep committed Sep 3, 2021
1 parent b9b86f7 commit 051e295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Main.as
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ void RenderMenu()
if(UI::MenuItem(MXColor + Icons::Random + " \\$z"+shortMXName+" Randomizer", "", menu_visibility)) {
menu_visibility = !menu_visibility;
}
if(UI::MenuItem(MXColor + Icons::ExternalLink + " \\$zRandom Map Challenge")) {
OpenBrowserURL("https://flinkblog.de/RMC/");
}
}

void Main()
Expand Down

0 comments on commit 051e295

Please sign in to comment.