update mouse sensitivity

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

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