* Additive lighting * adds options for all your optional needs * one last tiny adjustment before we hit the create pr button * spaghetti condensing * add ccvar * overlight correction * fix requested changes * cvar fix * last fix * nice --------- Co-authored-by: deathride58 <deathride58@users.noreply.github.com> Co-authored-by: MetalSage <metalsage.official@gmail.com> Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> Co-authored-by: Ed <edwardxperia2000@gmail.com>
37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<options:CP14OptionsMenuMainTab
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:ui="clr-namespace:Content.Client.Options.UI"
|
|
xmlns:options="clr-namespace:Content.Client._CP14.Options">
|
|
|
|
<!--
|
|
Place for all custom settings of CP14
|
|
-->
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
<!-- Main options container -->
|
|
<ScrollContainer VerticalExpand="True" HorizontalExpand="True">
|
|
<BoxContainer Orientation="Vertical" Margin="8 8 8 8" VerticalExpand="True">
|
|
|
|
<!-- Graphics group -->
|
|
<Label Text="{Loc 'cp14-ui-options-main-graphics-label'}"
|
|
StyleClasses="LabelKeyText"/>
|
|
|
|
<CheckBox Name="WaveShaderEnabled"
|
|
Text="{Loc 'cp14-ui-options-main-graphics-wave-shader'}"/>
|
|
<!-- TODO: Wave shader tooltip -->
|
|
<CheckBox Name="PostProcessCheckBox"
|
|
Text="{Loc 'cp14-ui-options-postprocess'}"
|
|
ToolTip="{Loc 'cp14-ui-options-postprocess-tooltip'}"/>
|
|
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
|
|
<!--
|
|
Utilitarian element to simplify configuration work,
|
|
ust don't touch that, okay?
|
|
-->
|
|
<ui:OptionsTabControlRow Name="Control" />
|
|
|
|
</BoxContainer>
|
|
</options:CP14OptionsMenuMainTab>
|