13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
|
|
<SS14Window xmlns="https://spacestation14.io"
|
||
|
|
xmlns:voting="clr-namespace:Content.Client.Voting"
|
||
|
|
Title="{Loc 'Esc Menu'}"
|
||
|
|
Resizable="False">
|
||
|
|
|
||
|
|
<VBoxContainer SeparationOverride="4">
|
||
|
|
<voting:VoteCallMenuButton />
|
||
|
|
<Button Name="OptionsButton" Text="{Loc 'Options'}" />
|
||
|
|
<Button Name="DisconnectButton" Text="{Loc 'Disconnect'}" />
|
||
|
|
<Button Name="QuitButton" Text="{Loc 'Quit game'}" />
|
||
|
|
</VBoxContainer>
|
||
|
|
</SS14Window>
|