Files
crystall-punk-14/Content.Client/Options/UI/OptionColorSlider.xaml

8 lines
310 B
Plaintext
Raw Normal View History

<Control xmlns="https://spacestation14.io">
<BoxContainer Orientation="Vertical">
<Label Name="TitleLabel" Access="Public" />
<Label Name="ExampleLabel" Access="Public" />
<ColorSelectorSliders Name="Slider" Access="Public" HorizontalExpand="True" />
</BoxContainer>
</Control>