From 9aad01e696151aa6b245e1ccbfe41e8c215aa9a0 Mon Sep 17 00:00:00 2001 From: LSPECTRONIZTAR Date: Mon, 14 Oct 2024 11:52:55 -0400 Subject: [PATCH] Fix Screen Resolution setting --- Game Assets/miscellanous/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Game Assets/miscellanous/settings.json b/Game Assets/miscellanous/settings.json index cea0d51..780e048 100644 --- a/Game Assets/miscellanous/settings.json +++ b/Game Assets/miscellanous/settings.json @@ -48,12 +48,12 @@ }, { "name": "Screen Resolution", - "description": "Changes the screen resolution.", + "description": "Changes the screen resolution. Using one of the first two options is a must for the best experience.", "trollDescription": "Modifies your monitor's New Year's Resolution.", "warning": "Changing this option might break some text elements due to TurboWarp issues!", "optionType": "dropdown", - "options": ["Automatic", "Match display size (also recommended)", "Match window size", "640x360", "1280x720", "1600x900", "1920x1080", "2560x1440", "7680x4320"], - "defaultValue": "Match display size (also recommended)", + "options": ["Automatic (recommended)", "Match window size (recommended)", "Match display size (not recommended except in fullscreen)", "640x360", "1280x720", "1600x900", "1920x1080", "2560x1440", "7680x4320"], + "defaultValue": "Automatic (recommended)", "exclusive": "Application" }, {