17 lines
882 B
XML
17 lines
882 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<Button Name="ProductButton" Access="Public">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<TextureRect Name="View"
|
|
MinSize="48 48"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top"
|
|
Stretch="KeepAspectCentered" />
|
|
<BoxContainer Orientation="Vertical">
|
|
<RichTextLabel Name="SpecialLabel" Text="{Loc 'cp14-store-ui-tab-special'}" VerticalAlignment="Center" Access="Public" Visible="False" />
|
|
<RichTextLabel Name="ProductName" VerticalAlignment="Center" Access="Public" />
|
|
</BoxContainer>
|
|
<BoxContainer Name="PriceHolder" VerticalAlignment="Center" HorizontalExpand="True" HorizontalAlignment="Right" />
|
|
</BoxContainer>
|
|
</Button>
|
|
</Control>
|