27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<controls:SprayPainterDecals
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.SprayPainter.UI">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Text="{Loc 'spray-painter-selected-decals'}" />
|
|
<ScrollContainer VerticalExpand="True">
|
|
<GridContainer Columns="7" Name="DecalsGrid">
|
|
<!-- populated by code -->
|
|
</GridContainer>
|
|
</ScrollContainer>
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
<ColorSelectorSliders Name="ColorSelector" IsAlphaVisible="True" />
|
|
<CheckBox Name="UseCustomColorCheckBox" Text="{Loc 'spray-painter-use-custom-color'}" />
|
|
<CheckBox Name="SnapToTileCheckBox" Text="{Loc 'spray-painter-use-snap-to-tile'}" />
|
|
</BoxContainer>
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc 'spray-painter-angle-rotation'}" />
|
|
<SpinBox Name="AngleSpinBox" HorizontalExpand="True" />
|
|
<Button Text="{Loc 'spray-painter-angle-rotation-90-sub'}" Name="SubAngleButton" />
|
|
<Button Text="{Loc 'spray-painter-angle-rotation-reset'}" Name="SetZeroAngleButton" />
|
|
<Button Text="{Loc 'spray-painter-angle-rotation-90-add'}" Name="AddAngleButton" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:SprayPainterDecals>
|