* fix workbench icons * workbench search * fix 1 * UI finalize * fix material localization * restore shard sprite * Update sewing_table.yml
21 lines
598 B
XML
21 lines
598 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<GridContainer Columns="2">
|
|
<EntityPrototypeView
|
|
Name="EntityView"
|
|
Margin="0,0,4,0"
|
|
MinSize="48 48"
|
|
MaxSize="48 48"
|
|
Scale="2,2"
|
|
HorizontalAlignment="Left"
|
|
VerticalExpand="True" />
|
|
<TextureRect
|
|
Name="View"
|
|
Margin="0,0,4,0"
|
|
MinSize="48 48"
|
|
MaxSize="48 48"
|
|
HorizontalAlignment="Left"
|
|
Stretch="KeepAspectCentered" />
|
|
<Label Name="Name" />
|
|
</GridContainer>
|
|
</Control>
|