53 lines
2.7 KiB
XML
53 lines
2.7 KiB
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Orientation="Vertical"
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 0 5">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True"
|
|
VerticalAlignment="Center">
|
|
<BoxContainer Name="ReactantsContainer" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Vertical">
|
|
<!-- Reactants will be added as children here -->
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
<TextureRect TexturePath="/Textures/Interface/Misc/beakerlarge.png"
|
|
HorizontalAlignment="Center"
|
|
Name="MixTexture"
|
|
Access="Public" />
|
|
<RichTextLabel Name="MixLabel"
|
|
HorizontalAlignment="Center"
|
|
Access="Public"
|
|
Margin="2 0 0 0" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">
|
|
<BoxContainer Name="ProductsContainer" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Vertical">
|
|
<!-- Products will be added as children here -->
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<!-- CP14 random reactions begin -->
|
|
<!--<BoxContainer Name="RandomVariations"
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
VerticalAlignment="Center"
|
|
HorizontalAlignment="Center">
|
|
<controls:SplitBar MinHeight="10">
|
|
</controls:SplitBar>
|
|
<Label Name="RandomVariationsLabel"
|
|
Text="{Loc 'cp14-guidebook-random-variations-title'}"
|
|
Visible="False"
|
|
HorizontalAlignment="Center"
|
|
FontColorOverride="#1e6651" />
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">
|
|
<BoxContainer Name="RandomProductsContainer" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Vertical">
|
|
~1~ Random products will be added as children here @1@
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>-->
|
|
<!-- CP14 random reactions end -->
|
|
|
|
</BoxContainer>
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 5 0 5" />
|
|
</BoxContainer>
|