* Workbench refactor * fixes * update all recipes protos * scrap resprite * scrap melting * scrap weapon drop * demiplane loot update * weapon parts melting * fix * boilerplate * material localization
23 lines
654 B
XML
23 lines
654 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"
|
|
Visible="False"
|
|
VerticalExpand="True" />
|
|
<TextureRect
|
|
Name="View"
|
|
Margin="0,0,4,0"
|
|
MinSize="48 48"
|
|
MaxSize="48 48"
|
|
HorizontalAlignment="Left"
|
|
Visible="False"
|
|
Stretch="KeepAspectCentered" />
|
|
<Label Name="Name" />
|
|
</GridContainer>
|
|
</Control>
|