Merge branch 'fix/sensitivity' into 'develop'

 update mouse sensitivity

See merge request open-fpsz/open-fpsz!89
This commit is contained in:
anyreso 2024-04-29 12:47:51 +00:00
commit 42c2cef6b1

View file

@ -360,7 +360,7 @@ script/source = "# This file is part of open-fpsz.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
extends HBoxContainer
@export var min_value : float = .1
@export var min_value : float = .01
@export var max_value : float = 1.
@export var step : float = .01