10 lines
502 B
XML
10 lines
502 B
XML
<widgets:GhostGui xmlns="https://spacestation14.io"
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Ghost.Widgets"
|
|
HorizontalAlignment="Center">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<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>
|