Skip to content

Commit

Permalink
Make certain video settings exclusive to the app just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
LSPECTRONIZTAR authored Oct 6, 2024
1 parent e8e24b0 commit 36d8125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Game Assets/miscellanous/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"description": "Changes the screen resolution.",
"optionType": "dropdown",
"options": ["640x360", "1280x720", "1600x900", "1920x1080", "2560x1440", "7680x4320", "Match display size", "Match window size"],
"defaultValue": "1920x1080"
"defaultValue": "1920x1080",
"exclusive": "Application"
},
{
"name": "Resize Rendering Mode",
Expand Down

0 comments on commit 36d8125

Please sign in to comment.