From 36d8125c19e1b13624ca69deeab7d1238e0ad6e5 Mon Sep 17 00:00:00 2001 From: LSPECTRONIZTAR Date: Sun, 6 Oct 2024 16:01:37 -0400 Subject: [PATCH] Make certain video settings exclusive to the app just in case --- Game Assets/miscellanous/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Game Assets/miscellanous/settings.json b/Game Assets/miscellanous/settings.json index 60583e3..7b98240 100644 --- a/Game Assets/miscellanous/settings.json +++ b/Game Assets/miscellanous/settings.json @@ -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",