mirror of
https://github.com/Raicuparta/nomai-vr.git
synced 2025-12-11 20:15:08 +01:00
Fix default config after restoring settings
This commit is contained in:
parent
4f87f2f30d
commit
0b3536bdd5
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user