Перенос Енги + Возврат Амура

This commit is contained in:
BIGZi0348
2024-11-27 00:57:55 +03:00
parent 9b70488194
commit 23820ef1fe
27 changed files with 108 additions and 92 deletions

View File

@@ -244,7 +244,7 @@ namespace Content.Client.Lobby
_lobby!.ServerInfo.SetInfoBlob(_gameTicker.ServerInfoBlob);
}
_lobby!.LabelName.SetMarkup("[font=\"Bedstead\" size=20] Honk Station [/font]");
_lobby!.LabelName.SetMarkup("[font=\"Bedstead\" size=20] Amour [/font]");
_lobby!.ChangelogLabel.SetMarkup("Список изменений:");
}

View File

@@ -109,7 +109,7 @@
Margin="0 7 0 7" />
<buttons:OhioLobbyTextButton
Name="ChangelogHonk"
Name="ChangelogAmour"
Access="Public"
ButtonText="Changelog"
Margin="0 7 0 7"

View File

@@ -26,7 +26,7 @@ namespace Content.Client.Lobby.UI
OptionsButton.OnPressed += _ => _userInterfaceManager.GetUIController<OptionsUIController>().ToggleWindow();
DiscordButton.OnPressed += _ => _stalinManager.RequestUri();
ChangelogHonk.OnPressed += _ => _userInterfaceManager.GetUIController<ChangelogUIController>().ToggleWindow();
ChangelogAmour.OnPressed += _ => _userInterfaceManager.GetUIController<ChangelogUIController>().ToggleWindow();
QuitButton.OnPressed += _ => _consoleHost.ExecuteCommand("disconnect");
}