Decal Placer + add new decals for mapping (#6548)
* abomination * okay its less unabashedly garbage now * other UI changes * its britney bitch * proper greyscale full/half/quarter tiles * misc cleanup * rsi * Add a palette system. It's Kara's problem now. * oops * a * Departmental palette alpha tweaks * oopy * so true * Update Content.Shared/Decals/ColorPalettePrototype.cs Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> * fixes for that * neutral light color and new warning lines * dirt * checkerboards * oop Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
26
Content.Client/Decals/UI/DecalPlacerWindow.xaml
Normal file
26
Content.Client/Decals/UI/DecalPlacerWindow.xaml
Normal file
@@ -0,0 +1,26 @@
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
xmlns:ui="clr-namespace:Content.Client.Decals.UI"
|
||||
Title="{Loc 'decal-placer-window-title'}"
|
||||
MinSize="250 500"
|
||||
SetSize="250 500">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<LineEdit Name="Search" />
|
||||
<ScrollContainer VerticalExpand="True">
|
||||
<GridContainer Name="Grid" Columns="6">
|
||||
<!-- Decals get added here by code -->
|
||||
</GridContainer>
|
||||
</ScrollContainer>
|
||||
|
||||
<ui:AlphaColorPicker Name="ColorPicker"/>
|
||||
<CheckBox Name="EnableColor" Text="{Loc 'decal-placer-window-use-color'}" />
|
||||
<CheckBox Name="EnableSnap" Text="{Loc 'decal-placer-window-enable-snap'}" />
|
||||
<CheckBox Name="EnableCleanable" Text="{Loc 'decal-placer-window-enable-cleanable'}" />
|
||||
<BoxContainer Name="SpinBoxContainer" Orientation="Horizontal">
|
||||
<Label Text="{Loc 'decal-placer-window-rotation'}" Margin="0 0 0 1" />
|
||||
</BoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc 'decal-placer-window-zindex'}" Margin="0 0 0 1" />
|
||||
<SpinBox Name="ZIndexSpinBox" HorizontalExpand ="True" />
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</DefaultWindow>
|
||||
Reference in New Issue
Block a user