aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authorBigBrotherNii <nicochr1004@gmail.com>2024-07-18 14:27:38 +0200
committerBigBrotherNii <nicochr1004@gmail.com>2024-07-18 14:27:38 +0200
commite1132431320f62f1da4d8c91a0e9cf7c549a8b15 (patch)
treee76c2c166ac06277204b30e394c30a8c3da18e3d /client/global.gd
parent1edf7b95256c63df5b805e11e3a622f1bb36c4eb (diff)
parentb109b34251425f50e641d3c49183317de9eced55 (diff)
downloadhurrycurry-e1132431320f62f1da4d8c91a0e9cf7c549a8b15.tar
hurrycurry-e1132431320f62f1da4d8c91a0e9cf7c549a8b15.tar.bz2
hurrycurry-e1132431320f62f1da4d8c91a0e9cf7c549a8b15.tar.zst
improved depot map to solve #18
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
index 8fd9e399..48510d17 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -58,6 +58,7 @@ var default_settings := {
"glow": ToggleSetting.new(tr("Enable glow"), true),
"debug_info": ToggleSetting.new(tr("Display debug info (Framerate, etc.)"), false),
"grass_amount": RangeSetting.new(tr("3D grass amount per grass tile"), 16, 0, 32),
+ "lq_trees": ToggleSetting.new(tr("Low-poly trees"), false),
"setup_complete": ToggleSetting.new(tr("Initial setup complete. (Uncheck and restart to reenter)"), false),
"tutorial_started": ToggleSetting.new(tr("Tutorial started"), false),
"latch_boost": ToggleSetting.new(tr("Always extend boost to maximum duration"), true)