2024-08-06 21:25:59 +10:00
|
|
|
<Control xmlns="https://spacestation14.io">
|
2025-01-31 14:47:51 +03:00
|
|
|
<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>
|
2024-08-06 21:25:59 +10:00
|
|
|
</Control>
|