25 lines
856 B
XML
25 lines
856 B
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True">
|
|
<Button Name="MainButton"
|
|
ToolTip=""
|
|
Access="Public"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True" />
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<TextureRect Name="Icon"
|
|
Access="Public"
|
|
MinSize="32 32"
|
|
RectClipContent="True" />
|
|
<Label Name="ProductName"
|
|
Access="Public"
|
|
HorizontalExpand="True" />
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
|
<Label Name="PointCost"
|
|
Access="Public"
|
|
MinSize="52 32"
|
|
Align="Right" />
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|