* trading portal replace traveling storeship * clean up content * clean up content 2 * seel and buy realization * fixes * Update migration.yml * Update migration.yml * Update dev_map.yml * Update dev_map.yml * thats work correctly now * bugfies and visual * factions * faction restruct + name reduce * unnesting sell cargo positions * unnesting cargo positions * more cargo content * Update buy.yml * improve tradeportal visual * Update migration.yml * Bank ad Commandant removal * merchant objectives * finish * clean up content * Update migration.yml * fix goal calculation * Update comoss.yml * Update dev_map.yml
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<Control xmlns="https://spacestation14.io">
|
|
<Button Name="ProductButton" Access="Public">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<EntityPrototypeView Name="EntityView"
|
|
MinSize="48 48"
|
|
MaxSize="48 48"
|
|
Scale="2,2"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top"
|
|
Visible="False"/>
|
|
<TextureRect Name="View"
|
|
MinSize="48 48"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top"
|
|
Stretch="KeepAspectCentered"
|
|
Visible="False"/>
|
|
<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>
|