* Ghost roles: Make the rules harder to miss * Fix markup handling in ghost rule rules * Apply suggestions
14 lines
543 B
XML
14 lines
543 B
XML
<SS14Window xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ghost-roles-window-title'}">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<RichTextLabel Name="Title" VerticalExpand="True"/>
|
|
<Button Name="RequestButton"
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
Disabled="True"
|
|
TextAlign="Center"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center" />
|
|
</BoxContainer>
|
|
</SS14Window>
|