mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* initial visual nubody * oops overlay * im so pheeming rn * conversion... * tests * comeback of the underwear * oops eyes * blabbl * zeds * yaml linted * search and visible count constraints * reordering * preserve previously selected markings colors * fix test * some ui niceties * ordering * make DB changes backwards-compatible/downgrade-friendly * fix things again * fix migration * vulpkanin markings limit increase * wrapping * code cleanup and more code cleanup and more code cleanup and more code cleanup and * fix slop ports * better sampling API * make filter work + use the method i made for its intended purpose * fix test fails real quick * magic mirror cleanup, remove TODO * don't 0-init the organ profile data * remove deltastates --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
MouseFilter="Pass">
|
|
|
|
<BoxContainer Orientation="Horizontal" SeparationOverride="4">
|
|
<PanelContainer SetSize="64 64" HorizontalAlignment="Right" MouseFilter="Ignore">
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxFlat BackgroundColor="#1B1B1E" />
|
|
</PanelContainer.PanelOverride>
|
|
<LayeredTextureRect TextureScale="2 2" Name="MarkingTexture" />
|
|
</PanelContainer>
|
|
|
|
<Button Name="SelectButton" ToggleMode="True" HorizontalExpand="True" />
|
|
|
|
<Button Name="ColorsButton" ToggleMode="True" Visible="False">
|
|
<TextureRect TexturePath="/Textures/Interface/palette.svg.png" HorizontalAlignment="Center" VerticalAlignment="Center" Stretch="Scale" SetSize="24 24" />
|
|
</Button>
|
|
</BoxContainer>
|
|
|
|
<BoxContainer Name="ColorsContainer" Visible="False" Orientation="Vertical" />
|
|
</BoxContainer>
|