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 /builtin | |
parent | b7767dd9aae27f0fe6b7ae3b99d0f51860979f82 (diff) | |
download | minetest-mirror_hands.tar.xz |
Add setting to mirror handsmirror_hands
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index caa6e4db3..3ecad57fc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -225,6 +225,9 @@ view_bobbing_amount (View bobbing factor) float 1.0 0.0 7.9 # For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double. fall_bobbing_amount (Fall bobbing factor) float 0.03 0.0 100.0 +# Draw main hand on left side of screen, offhand on right side. +mirror_hands (Mirror hands) bool false + [**Camera] # Camera 'near clipping plane' distance in nodes, between 0 and 0.25 |