mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 01:15:13 +01:00
* add door control module * some commentary * can't eject stuff anymore * make xenoborg door remote eletrify doors * clean yml * anchors and aliases * not show stuff about id in xenoborg access config * engi xenoborg can see eletrified doors
24 lines
957 B
XML
24 lines
957 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
MinSize="650 290">
|
|
<BoxContainer Orientation="Vertical">
|
|
<GridContainer Columns="2">
|
|
<GridContainer Name="PrivilegedIdGrid" Columns="3" HorizontalExpand="True">
|
|
<Label Text="{Loc 'access-overrider-window-privileged-id'}" />
|
|
<Button Name="PrivilegedIdButton" Access="Public"/>
|
|
<Label Name="PrivilegedIdLabel" />
|
|
</GridContainer>
|
|
</GridContainer>
|
|
<Label Name="TargetNameLabel" />
|
|
<Control MinSize="0 8"/>
|
|
<GridContainer Name="AccessLevelGrid" Columns="5" HorizontalAlignment="Center">
|
|
|
|
<!-- Access level buttons are added here by the C# code -->
|
|
|
|
</GridContainer>
|
|
<Control MinSize="0 8"/>
|
|
<Label Name="MissingPrivilegesLabel" />
|
|
<Control MinSize="0 4"/>
|
|
<Label Name="MissingPrivilegesText" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|