Skip to content

Commit

Permalink
Add a few new menu options
Browse files Browse the repository at this point in the history
  • Loading branch information
LSPECTRONIZTAR authored Oct 8, 2024
1 parent 882c220 commit 3610a9c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Game Assets/miscellanous/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
{
"name": "Audio Offset",
"description": "Adjusts the audio offset (in milliseconds) for gameplay.",
"trollDescription": "Determines how loud The Master from Beat Saber OST 7 should speak.",
"optionType": "slider",
"sliderRange": {"min": -1000, "max": 1000, "suffix": " ms", "customInput": true},
"defaultValue": 60
Expand All @@ -41,14 +40,16 @@
"Video": [
{
"name": "Toggle Fullscreen",
"description": "Toggles between fullscreen (on) and windowed (off) mode.",
"description": "Toggles between fullscreen (on) and windowed (off) mode. Alternatively, you can use Alt+Enter to toggle fullscreen.",
"trollDescription": "Zoooooooooom!",
"optionType": "on/off",
"defaultValue": true,
"exclusive": "Application"
},
{
"name": "Screen Resolution",
"description": "Changes the screen resolution.",
"trollDescription": "Modifies your monitor's New Year's Resolution.",
"optionType": "dropdown",
"options": ["640x360", "1280x720", "1600x900", "1920x1080", "2560x1440", "7680x4320", "Match display size", "Match window size"],
"defaultValue": "1920x1080",
Expand Down Expand Up @@ -79,7 +80,7 @@
"defaultValue": 3
}
],
"Menu": [
"Menus & Interface": [
{
"name": "Menu Theme",
"description": "Changes the theme of certain menus.",
Expand All @@ -93,6 +94,19 @@
"optionType": "dropdown",
"options": ["Standard", "Noir", "Purple", "Dark Blue", "Dullish", "Blue", "Jade Green", "Sea Green", "Pink"],
"defaultValue": "Standard"
},
{
"name": "Background Visibility",
"description": "Reduces the menu curtain transparency that dims the background behind certains menus (like this one) when they are visible.",
"optionType": "slider",
"sliderRange": {"min": 0, "max": 100, "suffix": "%"},
"defaultValue": "50"
},
{
"name": "Preview Video",
"description": "Plays a preview of the song's video in the background on the song selection screen (if the song has one).",
"optionType": "on/off",
"defaultValue": false
}
],
"Miscellanous": [
Expand Down

0 comments on commit 3610a9c

Please sign in to comment.