new jumpland sound system, showweapon cvar, smooth weapon sway

This commit is contained in:
2022-04-23 22:09:00 +03:00
parent eba26ee7fe
commit 5a834d269c
35 changed files with 156 additions and 215 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{
"ID": "8ec53dba4c238bfbea1d62922e612a4d",
"TypeName": "FlaxEditor.Content.Settings.InputSettings",
"EngineBuild": 6330,
"EngineBuild": 6331,
"Data": {
"ActionMappings": [
{
@@ -127,26 +127,26 @@
"Snap": true
},
{
"Name": "Horizontal",
"Name": "LookRight",
"Axis": 9,
"Gamepad": 0,
"PositiveButton": 39,
"NegativeButton": 37,
"DeadZone": 0.01,
"Sensitivity": 5.0,
"Gravity": 5.0,
"DeadZone": 0.0,
"Sensitivity": 1.0,
"Gravity": 800.0,
"Scale": 1.0,
"Snap": true
},
{
"Name": "Vertical",
"Name": "LookUp",
"Axis": 9,
"Gamepad": 0,
"PositiveButton": 38,
"NegativeButton": 40,
"DeadZone": 0.001,
"Sensitivity": 5.0,
"Gravity": 5.0,
"DeadZone": 0.0,
"Sensitivity": 1.0,
"Gravity": 800.0,
"Scale": 1.0,
"Snap": true
},

Binary file not shown.