2022-10-12 01:16:23 -07:00
|
|
|
<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" />
|
2023-04-28 07:13:28 +06:00
|
|
|
<Button Name="ReturnToRound" Text="{Loc ghost-gui-return-to-round-button}" />
|
2022-10-12 01:16:23 -07:00
|
|
|
</BoxContainer>
|
|
|
|
|
</widgets:GhostGui>
|