Skip to content

Commit

Permalink
Update playerOptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LSPECTRONIZTAR authored Oct 8, 2024
1 parent f7d7ebb commit 5e3ffef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Game Assets/miscellanous/playerOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "Note Distance",
"description": "Adjusts the travel distance of notes during osu!standard gameplay (does not affect note reaction time).",
"optionType": "slider",
"sliderRange": {"min": 150, "max": 600},
"defaultValue": 150
"sliderRange": {"min": 100, "max": 600},
"defaultValue": 100
},
{
"name": "Disable Mouse Buttons",
Expand Down Expand Up @@ -36,14 +36,14 @@
"name": "Pause Buffer",
"description": "Sets a buffer time before pausing the game to avoid accidental pauses.",
"optionType": "slider",
"sliderRange": {"min": 0, "max": 5},
"sliderRange": {"min": 0, "max": 5, "suffix": "s"},
"defaultValue": 1
},
{
"name": "Unpause Buffer",
"description": "Sets a buffer time before unpausing the game.",
"optionType": "slider",
"sliderRange": {"min": 0, "max": 5},
"sliderRange": {"min": 0, "max": 5, "suffix": "s"},
"defaultValue": 1
}
],
Expand All @@ -52,7 +52,7 @@
"name": "Background Brightness",
"description": "Adjusts the brightness of the background during gameplay to reduce distractions.",
"optionType": "slider",
"sliderRange": {"min": 0, "max": 100},
"sliderRange": {"min": 0, "max": 100 "suffix": "%"},
"defaultValue": 80
},
{
Expand Down

0 comments on commit 5e3ffef

Please sign in to comment.