Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com> Co-authored-by: Jezithyr <jmaster9999@gmail.com> Co-authored-by: Jezithyr <Jezithyr@gmail.com> Co-authored-by: Visne <39844191+Visne@users.noreply.github.com> Co-authored-by: wrexbe <wrexbe@protonmail.com> Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
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>
|