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

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" >