Random lobby screens (#142)

* - add: Random lobby screens

* - add: animatedLobbyScreen prototypes
This commit is contained in:
Martell
2024-02-29 18:52:07 +03:00
committed by GitHub
parent 6180bc3b15
commit bbe2935f84
17 changed files with 191 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ namespace Content.Client.Lobby
_gameTicker.LobbyLateJoinStatusUpdated += LobbyLateJoinStatusUpdated;
_preferencesManager.OnServerDataLoaded += PreferencesDataLoaded;
_lobby.Background.RandomizeBackground();
//_lobby.CharacterPreview.UpdateUI();
PopulateChangelog();

View File

@@ -10,7 +10,7 @@
xmlns:buttons="clr-namespace:Content.Client._Ohio.Buttons">
<!-- Background -->
<ui:AnimatedBackgroundControl Name="Background" VerticalExpand="True" HorizontalExpand="True"
<ui:AnimatedBackgroundControl Access="Public" Name="Background" VerticalExpand="True" HorizontalExpand="True"
Stretch="KeepAspectCovered" />
<!-- Main Container -->