Fix default config after restoring settings

This commit is contained in:
Jacopo Libè 2021-12-15 20:25:05 +01:00 committed by Ricardo
parent 4f87f2f30d
commit 0b3536bdd5

View File

@ -43,6 +43,13 @@
"max": 1.8, "max": 1.8,
"title": "Helmet HUD scale" "title": "Helmet HUD scale"
}, },
"hudOpacity": {
"type": "slider",
"value": 1,
"min": 0,
"max": 1,
"title": "Helmet HUD Opacity"
},
"hudSmoothFollow": { "hudSmoothFollow": {
"type": "toggle", "type": "toggle",
"value": true, "value": true,
@ -78,6 +85,13 @@
"yes": "Show", "yes": "Show",
"no": "Hide" "no": "Hide"
}, },
"disableCursorLock": {
"type": "toggle",
"value": true,
"title": "Lock mouse cursor to window",
"yes": "Unlocked",
"no": "Locked"
},
"debug": { "debug": {
"type": "toggle", "type": "toggle",
"value": false, "value": false,