update mouse sensitivity

This commit is contained in:
anyreso 2024-04-29 12:47:51 +00:00
parent aaf4759f3b
commit a9d670ca23

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