Files
tbd-station-14/Content.Client/Bed/Cryostorage/CryostorageSlotControl.xaml
Nemanja 736b9dd7df Cryogenic Sleep Units (#24096)
* Cryogenic sleep units

* pause map support

* no more body deletion

* Cryogenic Storage Units

* boowomp

* no more emag, no more dropping present people
2024-01-14 23:35:28 -07:00

14 lines
506 B
XML

<BoxContainer
xmlns="https://spacestation14.io"
Orientation="Horizontal"
HorizontalExpand="True"
Margin="5">
<RichTextLabel Name="SlotLabel" HorizontalAlignment="Left"/>
<Control HorizontalExpand="True"/>
<BoxContainer Orientation="Horizontal"
HorizontalAlignment="Right">
<Label Name="ItemLabel" Margin="0 0 5 0"/>
<Button Name="Button" Access="Public" Text="{Loc 'cryostorage-ui-button-remove'}"></Button>
</BoxContainer>
</BoxContainer>