16 lines
474 B
XML
16 lines
474 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<Button
|
|
Name="Button"
|
|
HorizontalExpand="True"
|
|
TooltipDelay="0.5">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<TextureRect
|
|
Name="RecipeTexture"
|
|
Margin="0,0,4,0"
|
|
MinSize="32 32"
|
|
Stretch="KeepAspectCentered" />
|
|
<Label Name="RecipeName" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
</Button>
|
|
</Control>
|