* Allow for Station Records interface for aghosts to delete records * Fix record consoles not working when there are more than 2 crew members. HOW DID NOONE NOTICE THIS SOONER??? * Stop being unconventional
14 lines
507 B
XML
14 lines
507 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Vertical" Margin="5">
|
|
<Label Name="RecordName" StyleClasses="LabelBig"/>
|
|
<Label Name="Age"/>
|
|
<Label Name="Title"/>
|
|
<Label Name="Job"/>
|
|
<Label Name="Species"/>
|
|
<Label Name="Gender"/>
|
|
<Label Name="Fingerprint"/>
|
|
<Label Name="Dna"/>
|
|
<Button Visible="False" Name="DeleteButton" Text="{Loc 'general-station-record-console-delete'}"/>
|
|
</BoxContainer>
|
|
</Control>
|