* Material * good prototype * Fix material storage * You can insert biomass into the cloner * ok, basic biomass subtraction works * amogus * ok chance works * Alright, the biomass and genetic stuff works * feedback for cloning * more reclaimer polish * ship it * starting biomass + fix lathes * I changed my mind on rat mass and these guys are definitely getting ground up * Doafter * clean up, sync the two * fix naming, fix mass * technology + construction * additional logging, stop unanchoring when active * fix event / logs * dont gib dead salvage * auto eject * fix deconstruction behavior * make warning message better, temporarily disable cancer scanner * fix biomass stacks * add easy mode CVAR * stack cleanup, make biomass 2x as fast * bugfix * new sprite from hyenh * fix tests * hello? :smilethink: * :smilethink: * medical scanner gets antirotting * fix cloner and medical scanner Co-authored-by: Moony <moonheart08@users.noreply.github.com>
61 lines
4.0 KiB
XML
61 lines
4.0 KiB
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
Title="{Loc 'comp-pda-ui-menu-title'}"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
SetSize="400 400"
|
|
MinSize="400 400">
|
|
<TabContainer Name="MasterTabContainer">
|
|
<BoxContainer Name="Scanner"
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
MinSize="100 150">
|
|
<PanelContainer VerticalExpand="True" StyleClasses="Inset">
|
|
<BoxContainer Name="GeneticScannerContents" Margin="5 5 5 5" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<Label HorizontalAlignment="Center" Text="{Loc 'cloning-console-window-scanner-details-label'}" />
|
|
<BoxContainer Orientation="Horizontal" VerticalExpand="True" HorizontalExpand="True">
|
|
<RichTextLabel Name="ScannerInfoLabel"
|
|
Access="Public"
|
|
HorizontalExpand="True" />
|
|
<Button Name="CloneButton"
|
|
Access="Public"
|
|
Text="{Loc 'cloning-console-window-clone-button-text'}"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Center" />
|
|
</BoxContainer>
|
|
<Label Name="CloningActivity"
|
|
Text="{Loc 'cloning-console-component-msg-empty'}"
|
|
Access="Public"
|
|
HorizontalAlignment="Center"
|
|
HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Name="GeneticScannerMissing" Margin="5 5 5 5" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Loc 'cloning-console-window-no-scanner-detected-label'}" />
|
|
</BoxContainer>
|
|
<BoxContainer Name="GeneticScannerFar" Margin="5 5 5 5" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Loc 'cloning-console-window-scanner-far-label'}" />
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
<Control MinSize="50 5" />
|
|
<PanelContainer VerticalExpand="True" StyleClasses="Inset">
|
|
<BoxContainer Name="CloningPodContents" Margin="5 5 5 5" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<Label HorizontalAlignment="Center" Text="{Loc 'cloning-console-window-pod-details-label'}" />
|
|
<BoxContainer Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<RichTextLabel Name="ClonerInfoLabel"
|
|
Access="Public"
|
|
HorizontalExpand="True" />
|
|
<RichTextLabel Name="ClonerBrainActivity"
|
|
Access="Public"
|
|
HorizontalExpand="True"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<BoxContainer Name="CloningPodMissing" Margin="5 5 5 5" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Loc 'cloning-console-window-no-clone-pod-detected-label'}" />
|
|
</BoxContainer>
|
|
<BoxContainer Name="CloningPodFar" Margin="5 5 5 5" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
|
|
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Loc 'cloning-console-window-clone-pod-far-label'}" />
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</TabContainer>
|
|
</DefaultWindow>
|