From a9d670ca2310e0a4d63bd2fa52965d92fde551b0 Mon Sep 17 00:00:00 2001 From: anyreso Date: Mon, 29 Apr 2024 12:47:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20update=20mouse=20sensitivity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/menus/boot/boot.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/menus/boot/boot.tscn b/interfaces/menus/boot/boot.tscn index f8a63d7..50f1264 100644 --- a/interfaces/menus/boot/boot.tscn +++ b/interfaces/menus/boot/boot.tscn @@ -360,7 +360,7 @@ script/source = "# This file is part of open-fpsz. # along with this program. If not, see . 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