2024-09-24 20:30:19 +10:00
|
|
|
<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"/>
|
|
|
|
|
|
2025-01-12 14:33:06 +04:00
|
|
|
<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'}"/>
|
2024-09-24 20:30:19 +10:00
|
|
|
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Utilitarian element to simplify configuration work,
|
|
|
|
|
ust don't touch that, okay?
|
|
|
|
|
-->
|
|
|
|
|
<ui:OptionsTabControlRow Name="Control" />
|
|
|
|
|
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</options:CP14OptionsMenuMainTab>
|