Skip to content

Commit

Permalink
feat: add noclipspeed settings sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Dec 16, 2024
1 parent b2c5c9f commit d07e717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions layout/pages/settings/gameplay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
<Label id="wepdes3" text="#Settings_Gameplay_WeaponDesirability_All" value="2" />
</SettingsEnumDropDown>

<Panel class="settings-group__combo">
<SettingsSlider text="#Settings_Gameplay_NoclipSpeed" convar="sv_noclipspeed" min="0" max="20" />
<Panel class="flow-right w-full">
<SettingsSlider class="w-fill mr-2" text="#Settings_Gameplay_NoclipDuckModifier" min="0" max="5" displayprecision="1" convar="sv_noclipspeed_duck_multiplier" />
<SettingsSlider class="w-fill ml-2" text="#Settings_Gameplay_NoclipSprintModifier" min="0" max="5" displayprecision="1" convar="sv_noclipspeed_sprint_multiplier" />
</Panel>
</Panel>

</Panel>

<Panel class="settings-page__spacer" />
Expand Down

0 comments on commit d07e717

Please sign in to comment.