aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-18 15:42:19 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-18 15:42:19 +0200
commit403d415fba9a88eaef12e3ab0485d8243d07097f (patch)
tree42b23e8901bf24fb98a975b034f13f5a3dce85ac /client/global.gd
parent5f883c80e7fc63c97910d003c44aea814ab8a5d6 (diff)
parent3ee6176f65d29b9b6fb5d3434c15220e0bbe0d8d (diff)
downloadhurrycurry-403d415fba9a88eaef12e3ab0485d8243d07097f.tar
hurrycurry-403d415fba9a88eaef12e3ab0485d8243d07097f.tar.bz2
hurrycurry-403d415fba9a88eaef12e3ab0485d8243d07097f.tar.zst
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
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)