2021-10-22 11:53:18 +02:00
|
|
|
<PanelContainer xmlns="https://spacestation14.io"
|
|
|
|
|
HorizontalExpand="True">
|
2021-10-28 14:23:17 +02:00
|
|
|
<Button Name="MainButton"
|
2022-09-14 05:20:38 +02:00
|
|
|
ToolTip=""
|
2021-10-28 14:23:17 +02:00
|
|
|
Access="Public"
|
2021-10-22 11:53:18 +02:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
VerticalExpand="True" />
|
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
|
|
|
HorizontalExpand="True">
|
2021-10-28 14:23:17 +02:00
|
|
|
<TextureRect Name="Icon"
|
|
|
|
|
Access="Public"
|
2021-10-22 11:53:18 +02:00
|
|
|
MinSize="32 32"
|
|
|
|
|
RectClipContent="True" />
|
2021-10-28 14:23:17 +02:00
|
|
|
<Label Name="ProductName"
|
|
|
|
|
Access="Public"
|
2021-10-22 11:53:18 +02:00
|
|
|
HorizontalExpand="True" />
|
2023-09-22 21:50:34 +02:00
|
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
2021-10-28 14:23:17 +02:00
|
|
|
<Label Name="PointCost"
|
|
|
|
|
Access="Public"
|
2022-06-24 07:43:44 -07:00
|
|
|
MinSize="52 32"
|
2021-10-22 11:53:18 +02:00
|
|
|
Align="Right" />
|
|
|
|
|
</PanelContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</PanelContainer>
|