11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
|
|
<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>
|