mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
Merge branch 'fix/sensitivity' into 'develop'
✨ update mouse sensitivity See merge request open-fpsz/open-fpsz!89
This commit is contained in:
commit
42c2cef6b1
|
|
@ -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