summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-29 20:56:34 +0200
committertpart <tpart120@proton.me>2024-06-29 20:56:34 +0200
commit469ffb30d554fc3ccdb3f0c95b04c617fbafc164 (patch)
tree6819cd071c95903c62e143802a53353535ed50d5
parent8f63c462dccfa321e33bf4436cb33d845bdca879 (diff)
downloadhurrycurry-469ffb30d554fc3ccdb3f0c95b04c617fbafc164.tar
hurrycurry-469ffb30d554fc3ccdb3f0c95b04c617fbafc164.tar.bz2
hurrycurry-469ffb30d554fc3ccdb3f0c95b04c617fbafc164.tar.zst
Make comment in global more consistent
-rw-r--r--client/global.gd6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/global.gd b/client/global.gd
index 427809be..b9f35b6b 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -21,10 +21,10 @@ extends Node
# "type": The type of the setting. Can be "toggle", "line", "range", "dropdown", or "dropdown_preset"
# "value": The value of the setting. When using "dropdown", this contains an int
# as the index for the respecitve element in the "options" array.
-# "apply": Only for type "dropdown_preset": A dictionary to override all other settings.
-# "min" and "max": Only for type "range": The min and max values.
+# (Optional: Only when type "dropdown_preset") "apply": A dictionary to override all other settings.
+# (Optional: Only when type "range") "min" and "max": The min and max values.
# "description": The setting name displayed in the settings menu.
-# (Optional: Only when type = "dropdown") "options": An array which contains all
+# (Optional: Only when type "dropdown") "options": An array which contains all
# possible values.
const DEFAULT_PROFILE := {