2022-10-12 01:16:23 -07:00
|
|
|
<screens:DefaultGameScreen
|
|
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:screens="clr-namespace:Content.Client.UserInterface.Screens"
|
|
|
|
|
xmlns:menuBar="clr-namespace:Content.Client.UserInterface.Systems.MenuBar.Widgets"
|
|
|
|
|
xmlns:actions="clr-namespace:Content.Client.UserInterface.Systems.Actions.Widgets"
|
|
|
|
|
xmlns:chat="clr-namespace:Content.Client.UserInterface.Systems.Chat.Widgets"
|
|
|
|
|
xmlns:alerts="clr-namespace:Content.Client.UserInterface.Systems.Alerts.Widgets"
|
|
|
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Ghost.Widgets"
|
|
|
|
|
xmlns:hotbar="clr-namespace:Content.Client.UserInterface.Systems.Hotbar.Widgets"
|
2022-10-17 15:13:41 -07:00
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
2022-10-12 01:16:23 -07:00
|
|
|
Name="DefaultHud"
|
|
|
|
|
VerticalExpand="False"
|
|
|
|
|
VerticalAlignment="Bottom"
|
|
|
|
|
HorizontalAlignment="Center">
|
2022-10-17 15:13:41 -07:00
|
|
|
<LayoutContainer Name="ViewportContainer" HorizontalExpand="True" VerticalExpand="True">
|
|
|
|
|
<controls:MainViewport Name="MainViewport"/>
|
|
|
|
|
</LayoutContainer>
|
2022-10-12 01:16:23 -07:00
|
|
|
<menuBar:GameTopMenuBar Name="TopBar" Access="Protected" />
|
|
|
|
|
<widgets:GhostGui Name="Ghost" Access="Protected" />
|
|
|
|
|
<hotbar:HotbarGui Name="Hotbar" Access="Protected" />
|
|
|
|
|
<actions:ActionsBar Name="Actions" Access="Protected" />
|
2022-10-17 15:13:41 -07:00
|
|
|
<chat:ResizableChatBox Name="Chat" Access="Protected" />
|
2022-10-12 01:16:23 -07:00
|
|
|
<alerts:AlertsUI Name="Alerts" Access="Protected" />
|
|
|
|
|
</screens:DefaultGameScreen>
|