14 lines
553 B
XML
14 lines
553 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ghost-roles-window-title'}">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<RichTextLabel Name="TopBanner" VerticalExpand="True"/>
|
|
<Button Name="RequestButton"
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
Disabled="True"
|
|
TextAlign="Center"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|