1
0

GhostGui.xaml 638 B

12345678910111213
  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="ReturnToLobbyButton"
  6. Text="{Loc ghost-gui-return-to-lobby-button}"/>
  7. <Button Name="ReturnToBodyButton"
  8. Text="{Loc ghost-gui-return-to-body-button}"/>
  9. <Button Name="GhostWarpButton"
  10. Text="{Loc ghost-gui-ghost-warp-button}"/>
  11. <Button Name="GhostRolesButton"/>
  12. </BoxContainer>
  13. </widgets:GhostGui>