Client menu QoL

This commit is contained in:
Rendo 2025-12-08 18:55:04 +05:00
commit edbe11324c
3 changed files with 9 additions and 7 deletions

View file

@ -37,9 +37,9 @@ custom_minimum_size = Vector2(256, 0)
layout_mode = 2
size_flags_horizontal = 3
min_value = 0.001
max_value = 0.1
max_value = 0.02
step = 0.001
value = 0.02
value = 0.001
[node name="SensitivityBox" type="SpinBox" parent="CenterContainer/PanelContainer/VBoxContainer/Sensitivity"]
unique_name_in_owner = true