From 4d01f0b4da5ebd5a75b4baa4438a5c9cf5484218 Mon Sep 17 00:00:00 2001 From: theyareonit Date: Tue, 1 Oct 2024 03:47:34 +0200 Subject: [PATCH] separate settings --- mod.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mod.json b/mod.json index 09a7899..efa2c8c 100644 --- a/mod.json +++ b/mod.json @@ -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!", @@ -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.",