Random lobby screens (#142)
* - add: Random lobby screens * - add: animatedLobbyScreen prototypes
This commit is contained in:
@@ -95,6 +95,7 @@ namespace Content.Client.Lobby
|
||||
_gameTicker.LobbyLateJoinStatusUpdated += LobbyLateJoinStatusUpdated;
|
||||
|
||||
_preferencesManager.OnServerDataLoaded += PreferencesDataLoaded;
|
||||
_lobby.Background.RandomizeBackground();
|
||||
|
||||
//_lobby.CharacterPreview.UpdateUI();
|
||||
PopulateChangelog();
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user