Rework options menu.

It's much nicer now.
This commit is contained in:
Pieter-Jan Briers
2020-09-07 12:23:10 +02:00
parent 005aad8da5
commit f96f286ca4
10 changed files with 738 additions and 624 deletions

View File

@@ -56,7 +56,7 @@ namespace Content.Client.State
_client.RunLevelChanged += RunLevelChanged;
OptionsMenu = new OptionsMenu(_configurationManager);
OptionsMenu = new OptionsMenu();
}
/// <inheritdoc />