- <widgets:GhostGui xmlns="https://spacestation14.io"
- xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Ghost.Widgets"
- HorizontalAlignment="Center">
- <BoxContainer Orientation="Horizontal">
- <Button Name="ReturnToLobbyButton"
- Text="{Loc ghost-gui-return-to-lobby-button}"/>
- <Button Name="ReturnToBodyButton"
- Text="{Loc ghost-gui-return-to-body-button}"/>
- <Button Name="GhostWarpButton"
- Text="{Loc ghost-gui-ghost-warp-button}"/>
- <Button Name="GhostRolesButton"/>
- </BoxContainer>
- </widgets:GhostGui>
|