* Added base workbench window * Fixed serialization errors * Created base UI layout * Updated ui * Updated UI after crafting
11 lines
348 B
XML
11 lines
348 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<GridContainer Columns="2">
|
|
<TextureRect Name="View"
|
|
Margin="0,0,4,0"
|
|
MinSize="48 48"
|
|
HorizontalAlignment="Left"
|
|
Stretch="KeepAspectCentered"/>
|
|
<Label Name="Name"/>
|
|
</GridContainer>
|
|
</Control>
|