aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
index 59ba5930..c7c9d906 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -73,6 +73,17 @@ var default_settings := {
var profile: Dictionary
var settings: Dictionary
+var presets: Array[Preset] = [
+ Preset.new(tr("Graphics"), {
+ tr("Low"): {
+ "sdfgi": false
+ },
+ tr("High"): {
+ "sdfgi": true
+ }
+ })
+]
+
var server_url = ""
var error_message = ""