2022-09-14 14:34:48 -07:00
|
|
|
<ui1:EscapeMenu xmlns="https://spacestation14.io"
|
2021-02-25 18:44:48 -04:00
|
|
|
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
2021-06-09 22:19:39 +02:00
|
|
|
xmlns:ui="clr-namespace:Content.Client.Voting.UI"
|
2022-09-14 14:34:48 -07:00
|
|
|
xmlns:ui1="clr-namespace:Content.Client.Options.UI"
|
2021-02-25 21:11:27 +01:00
|
|
|
Title="{Loc 'ui-escape-title'}"
|
2021-02-16 15:07:17 +01:00
|
|
|
Resizable="False">
|
|
|
|
|
|
2021-09-07 00:30:00 +02:00
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
2022-09-14 14:34:48 -07:00
|
|
|
<changelog:ChangelogButton Access="Public" Name="ChangelogButton"/>
|
2021-06-09 22:19:39 +02:00
|
|
|
<ui:VoteCallMenuButton />
|
2022-09-14 14:34:48 -07:00
|
|
|
<Button Access="Public" Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
|
|
|
|
|
<Button Access="Public" Name="RulesButton" Text="{Loc 'ui-escape-rules'}" />
|
2023-01-16 21:42:22 +13:00
|
|
|
<Button Access="Public" Name="GuidebookButton" Text="{Loc 'ui-escape-guidebook'}" />
|
2022-09-14 14:34:48 -07:00
|
|
|
<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'}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-09-14 14:34:48 -07:00
|
|
|
</ui1:EscapeMenu>
|