mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-20 03:54:47 +00:00
✨ update mouse sensitivity
This commit is contained in:
parent
aaf4759f3b
commit
a9d670ca23
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue