aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-18 12:39:48 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-18 12:39:48 +0200
commitefc29c03f7be043ae8d037a93efce8cfa7c384cc (patch)
tree243d0b1895d9b98c1273cd4df1821b54222b690f /client/global.gd
parent2a31d26fca33789ccf8ea28cdb214d20dd29f85d (diff)
parent0b67eafb3b4942ed511c802fa6289634c414af30 (diff)
downloadhurrycurry-efc29c03f7be043ae8d037a93efce8cfa7c384cc.tar
hurrycurry-efc29c03f7be043ae8d037a93efce8cfa7c384cc.tar.bz2
hurrycurry-efc29c03f7be043ae8d037a93efce8cfa7c384cc.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 e3fe9000..8fd9e399 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -55,6 +55,7 @@ var default_settings := {
"voxel_gi": ToggleSetting.new(tr("Use VoxelGI (Blocks the game on map update but is more accurate)"), false),
"sdfgi": ToggleSetting.new(tr("Use SDFGI (Doesn't block the game but produces more artifacts)"), false),
"shadows": ToggleSetting.new(tr("Enable shadows"), true),
+ "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),
"setup_complete": ToggleSetting.new(tr("Initial setup complete. (Uncheck and restart to reenter)"), false),