diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-29 21:42:17 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-29 21:42:17 +0200 |
commit | c0f9942cd4562b169a4dddfdc083e505dc465830 (patch) | |
tree | abfaaf02350a5fbb4f4e90787f1c45055e024812 /client/global.gd | |
parent | 95e008d419053a53e5e32c36751fae40eeec3725 (diff) | |
parent | 4e04980ea7d4548a305586ebf3fe9607c0840bd5 (diff) | |
download | hurrycurry-c0f9942cd4562b169a4dddfdc083e505dc465830.tar hurrycurry-c0f9942cd4562b169a4dddfdc083e505dc465830.tar.bz2 hurrycurry-c0f9942cd4562b169a4dddfdc083e505dc465830.tar.zst |
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/global.gd')
-rw-r--r-- | client/global.gd | 6 |
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 := { |