| 123456789101112131415161718 |
- <ui1:EscapeMenu xmlns="https://spacestation14.io"
- xmlns:changelog="clr-namespace:Content.Client.Changelog"
- xmlns:ui="clr-namespace:Content.Client.Voting.UI"
- xmlns:ui1="clr-namespace:Content.Client.Options.UI"
- Title="{Loc 'ui-escape-title'}"
- Resizable="False">
- <BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
- <changelog:ChangelogButton Access="Public" Name="ChangelogButton"/>
- <ui:VoteCallMenuButton />
- <Button Access="Public" Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
- <Button Access="Public" Name="RulesButton" Text="{Loc 'ui-escape-rules'}" />
- <Button Access="Public" Name="GuidebookButton" Text="{Loc 'ui-escape-guidebook'}" />
- <Button Access="Public" Name="WikiButton" Text="{Loc 'ui-escape-wiki'}" />
- <Button Access="Public" Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
- <Button Access="Public" Name="QuitButton" Text="{Loc 'ui-escape-quit'}" />
- </BoxContainer>
- </ui1:EscapeMenu>
|