Skip to content

Commit

Permalink
separate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
theyareonit committed Oct 1, 2024
1 parent e4ee80c commit 4d01f0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"enhancement"
],
"settings": {
"functionality": {
"name": "Functionality",
"type": "title"
},
"soft-toggle": {
"name": "Disable CBF",
"description": "Disable CBF without needing to restart GD. This option does not disable physics bypass if you have it enabled!",
Expand All @@ -52,6 +56,10 @@
"type": "bool",
"default": false
},
"performance": {
"name": "Performance",
"type": "title"
},
"mouse-fix": {
"name": "Reduce Mouse Lag",
"description": "Reduce lag when using high polling rate mice.\nRequires CBF to be enabled.\nExperimental, may break things like Mega Hack while unpaused in levels.",
Expand Down

0 comments on commit 4d01f0b

Please sign in to comment.