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
This commit is contained in:
13
Content.Client/Bed/Cryostorage/CryostorageSlotControl.xaml
Normal file
13
Content.Client/Bed/Cryostorage/CryostorageSlotControl.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user