GhostGui.xaml 502 B

123456789
  1. <widgets:GhostGui xmlns="https://spacestation14.io"
  2. xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Ghost.Widgets"
  3. HorizontalAlignment="Center">
  4. <BoxContainer Orientation="Horizontal">
  5. <Button Name="ReturnToBodyButton" Text="{Loc ghost-gui-return-to-body-button}" />
  6. <Button Name="GhostWarpButton" Text="{Loc ghost-gui-ghost-warp-button}" />
  7. <Button Name="GhostRolesButton" />
  8. </BoxContainer>
  9. </widgets:GhostGui>