diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-24 00:18:39 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-24 00:18:39 +0200 |
commit | 09422740a4dbb21d719b5cc34fc19b6f6ff6ae51 (patch) | |
tree | 112cc8c9f20b0979f44a88d665a830a9246c104e /src/settings_translation_file.cpp | |
parent | b7767dd9aae27f0fe6b7ae3b99d0f51860979f82 (diff) | |
download | minetest-09422740a4dbb21d719b5cc34fc19b6f6ff6ae51.tar.xz |
Add setting to mirror handsmirror_hands
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r-- | src/settings_translation_file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index 03bb564fb..ad0aaa9b1 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -86,6 +86,8 @@ fake_function() { gettext("Enable view bobbing and amount of view bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double."); gettext("Fall bobbing factor"); gettext("Multiplier for fall bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double."); + gettext("Mirror hands"); + gettext("Draw main hand on left side of screen, offhand on right side."); gettext("Camera"); gettext("Near plane"); gettext("Camera 'near clipping plane' distance in nodes, between 0 and 0.25\nOnly works on GLES platforms. Most users will not need to change this.\nIncreasing can reduce artifacting on weaker GPUs.\n0.1 = Default, 0.25 = Good value for weaker tablets."); |