* damage overlay refactor: new visuals and ignored damage types feature * remove unused popup types * add horizontal direction movement * fix default popup type * fix fix * fix fix fix * add damage overlay to structures * comments + better implementation * add ui dropdown option * better values * fix missing disabled sessions check * asdasdadasd new commit on my pr * ЧЕ БЛЯДЬ СЛОЖНО ДА * ы --------- Co-authored-by: Vigers Ray <vigersray@gmail.com>
40 lines
2.5 KiB
XML
40 lines
2.5 KiB
XML
<tabs:ExtraTab xmlns="https://spacestation14.io"
|
|
xmlns:tabs="clr-namespace:Content.Client.Options.UI.Tabs"
|
|
xmlns:ui="clr-namespace:Content.Client.Options.UI">
|
|
<BoxContainer Orientation="Vertical">
|
|
<ScrollContainer VerticalExpand="True">
|
|
<BoxContainer Orientation="Vertical" Margin="8 8 8 8">
|
|
|
|
<!-- Lobby -->
|
|
<Label Text="{Loc 'ui-options-sunrise-general-lobby'}"
|
|
StyleClasses="LabelKeyText"/>
|
|
<ui:OptionDropDown Name="DropDownLobbyBackgroundType" Title="{Loc 'ui-options-lobby-background-type'}" />
|
|
<ui:OptionDropDown Name="DropDownLobbyArt" Title="{Loc 'ui-options-lobby-art'}" />
|
|
<ui:OptionDropDown Name="DropDownLobbyAnimation" Title="{Loc 'ui-options-lobby-animation'}" />
|
|
<ui:OptionDropDown Name="DropDownLobbyParallax" Title="{Loc 'ui-options-lobby-parallax'}" />
|
|
<ui:OptionSlider Name="LobbyOpacitySlider" Title="{Loc 'ui-options-lobby-opacity'}" />
|
|
|
|
<!-- Combat -->
|
|
<Label Text="{Loc 'ui-options-sunrise-general-combat'}"
|
|
StyleClasses="LabelKeyText"/>
|
|
<CheckBox Name="DamageOverlayEnableCheckBox" Text="{Loc 'ui-options-damage-overlay-enable'}" />
|
|
<CheckBox Name="DamageOverlaySelfCheckBox" Text="{Loc 'ui-options-damage-overlay-self'}" />
|
|
<CheckBox Name="DamageOverlayStructuresCheckBox" Text="{Loc 'ui-options-damage-overlay-structures'}" />
|
|
|
|
<!-- Audio -->
|
|
<Label Text="{Loc 'ui-options-sunrise-general-audio'}" StyleClasses="LabelKeyText"/>
|
|
<CheckBox Name="TtsClientCheckBox" Text="{Loc 'ui-options-tts-enabled'}" />
|
|
<ui:OptionSlider Name="SliderTts" Title="{Loc 'ui-options-tts-volume'}" />
|
|
<ui:OptionSlider Name="SliderTtsRadio" Title="{Loc 'ui-options-tts-radio-volume'}" />
|
|
<ui:OptionSlider Name="SliderTtsAnnounce" Title="{Loc 'ui-options-tts-announce-volume'}" />
|
|
<CheckBox Name="TapePlayerClientCheckBox" Text="{Loc 'ui-options-tape-player-enabled'}" />
|
|
<CheckBox Name="JumpEnabledSoundCheckBox" Text="{Loc 'ui-options-jump-sound-enabled'}" />
|
|
|
|
<!-- Graphics -->
|
|
<Label Text="{Loc 'ui-options-sunrise-general-graphics'}" StyleClasses="LabelKeyText"/>
|
|
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
<ui:OptionsTabControlRow Name="Control" Access="Public" />
|
|
</BoxContainer>
|
|
</tabs:ExtraTab>
|