Skip to content

Commit

Permalink
Add some warnings bc some video settings will make it look weird sadly
Browse files Browse the repository at this point in the history
  • Loading branch information
LSPECTRONIZTAR authored Oct 14, 2024
1 parent 46548c7 commit 467fce7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Game Assets/miscellanous/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
"name": "Screen Resolution",
"description": "Changes the screen resolution.",
"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": ["640x360", "1280x720", "1600x900", "1920x1080", "2560x1440", "7680x4320", "Match display size", "Match window size"],
"defaultValue": "1920x1080",
"options": ["Automatic", "Match display size (also recommended)", "Match window size", "640x360", "1280x720", "1600x900", "1920x1080", "2560x1440", "7680x4320"],
"defaultValue": "Match display size (also recommended)",
"exclusive": "Application"
},
{
Expand All @@ -78,6 +79,13 @@
"optionType": "slider",
"sliderRange": {"min": 1, "max": 4},
"defaultValue": 3
},
{
"name": "High-Quality Pen",
"description": "Turns on high-quality pen for better pen rendering (not recommended).",
"warning": "Turning on this option might break some background elements and cause even more lag due to TurboWarp issues!",
"optionType": "on/off",
"defaultValue": false
}
],
"Menus & Interface": [
Expand Down

0 comments on commit 467fce7

Please sign in to comment.