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,
|
||||
"title": "Helmet HUD scale"
|
||||
},
|
||||
"hudOpacity": {
|
||||
"type": "slider",
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"title": "Helmet HUD Opacity"
|
||||
},
|
||||
"hudSmoothFollow": {
|
||||
"type": "toggle",
|
||||
"value": true,
|
||||
@ -78,6 +85,13 @@
|
||||
"yes": "Show",
|
||||
"no": "Hide"
|
||||
},
|
||||
"disableCursorLock": {
|
||||
"type": "toggle",
|
||||
"value": true,
|
||||
"title": "Lock mouse cursor to window",
|
||||
"yes": "Unlocked",
|
||||
"no": "Locked"
|
||||
},
|
||||
"debug": {
|
||||
"type": "toggle",
|
||||
"value": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user