Make Lobby Background Not Stretch (#8166)

This commit is contained in:
Justin Trotter 2022-05-14 21:06:06 -05:00 committed by GitHub
parent 2899dbf2f5
commit af575323c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@
xmlns:lobbyUi="clr-namespace:Content.Client.Lobby.UI"
xmlns:info="clr-namespace:Content.Client.Info">
<Control>
<!-- Parallax background -->
<parallax:ParallaxControl />
<TextureRect Access="Public" Name = "Background" Stretch="Scale"/>
<!-- Background -->
<TextureRect Access="Public" Name = "Background" Stretch="KeepAspectCovered"/>
<Control Margin="10 10 10 10" >
<!-- Left Top Panel -->
<PanelContainer StyleClasses="AngleRect" HorizontalAlignment="Left" Name = "LeftSideTop" VerticalExpand="True" VerticalAlignment="Top" >