# Conflicts: # .github/CODEOWNERS # Content.Client/Guidebook/Controls/GuideReagentReaction.xaml.cs # Content.IntegrationTests/Tests/Chemistry/TryAllReactionsTest.cs # Content.Server/Procedural/DungeonJob/DungeonJob.OreDunGen.cs # Resources/Prototypes/Entities/Effects/chemistry_effects.yml # Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml # Resources/Prototypes/GameRules/meteorswarms.yml # Resources/Prototypes/Procedural/dungeon_configs.yml
50 lines
2.4 KiB
XML
50 lines
2.4 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" />
|
|
<controls:SplitBar MinHeight="10">
|
|
</controls:SplitBar>
|
|
</BoxContainer>
|
|
<!-- CP14 random reactions end -->
|
|
|
|
</BoxContainer>
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 5 0 5" />
|
|
</BoxContainer>
|