* Cargo Accounts, Request Consoles, and lock boxes * Funding Allocation Computer * final changes * test fix * remove dumb code * ScarKy0 review * first cour * second cour * Update machines.yml * review --------- Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Co-authored-by: Milon <milonpl.git@proton.me>
27 lines
926 B
XML
27 lines
926 B
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True">
|
|
<Button Name="MainButton"
|
|
ToolTip=""
|
|
Access="Public"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
StyleClasses="OpenBoth"/>
|
|
<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"
|
|
Margin="0 0 5 0"/>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|